diff options
Diffstat (limited to 'tools/editor/multi_node_edit.h')
| -rw-r--r-- | tools/editor/multi_node_edit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/editor/multi_node_edit.h b/tools/editor/multi_node_edit.h index 170a11221a..290c529d48 100644 --- a/tools/editor/multi_node_edit.h +++ b/tools/editor/multi_node_edit.h @@ -33,7 +33,7 @@ class MultiNodeEdit : public Reference { - OBJ_TYPE(MultiNodeEdit,Reference); + GDCLASS(MultiNodeEdit,Reference); List<NodePath> nodes; struct PLData { |
