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