summaryrefslogtreecommitdiff
path: root/tools/editor/array_property_edit.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/editor/array_property_edit.h')
-rw-r--r--tools/editor/array_property_edit.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/editor/array_property_edit.h b/tools/editor/array_property_edit.h
index acfb8e68ed..948b2a71a3 100644
--- a/tools/editor/array_property_edit.h
+++ b/tools/editor/array_property_edit.h
@@ -30,6 +30,8 @@ public:
void edit(Object* p_obj, const StringName& p_prop, Variant::Type p_deftype);
+ Node *get_node();
+
ArrayPropertyEdit();
};