diff options
Diffstat (limited to 'tools/editor/array_property_edit.h')
-rw-r--r-- | tools/editor/array_property_edit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/editor/array_property_edit.h b/tools/editor/array_property_edit.h index fc74def244..f904f3c159 100644 --- a/tools/editor/array_property_edit.h +++ b/tools/editor/array_property_edit.h @@ -33,7 +33,7 @@ class ArrayPropertyEdit : public Reference { - OBJ_TYPE(ArrayPropertyEdit,Reference); + GDCLASS(ArrayPropertyEdit,Reference); int page; ObjectID obj; |