summaryrefslogtreecommitdiff
path: root/editor/array_property_edit.h
diff options
context:
space:
mode:
Diffstat (limited to 'editor/array_property_edit.h')
-rw-r--r--editor/array_property_edit.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/editor/array_property_edit.h b/editor/array_property_edit.h
index fa3dcbe038..d7e11936a3 100644
--- a/editor/array_property_edit.h
+++ b/editor/array_property_edit.h
@@ -33,8 +33,8 @@
#include "scene/main/node.h"
-class ArrayPropertyEdit : public Reference {
- GDCLASS(ArrayPropertyEdit, Reference);
+class ArrayPropertyEdit : public RefCounted {
+ GDCLASS(ArrayPropertyEdit, RefCounted);
int page;
ObjectID obj;