aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/array_property_edit.h
diff options
context:
space:
mode:
authorJuan Linietsky2015-12-14 10:25:19 -0300
committerJuan Linietsky2015-12-14 10:25:19 -0300
commit4713bcccf3de5f8e0f577f29a67f38bfb8a99b57 (patch)
treefa79263ca3cd17786086f3c9a93f40270abb73a5 /tools/editor/array_property_edit.h
parent83e0e97214a4fad635e5992bbbbd413642d76436 (diff)
parentc262becd7bb87fc17e5a4d3b737c13682855da1a (diff)
downloadgodot-4713bcccf3de5f8e0f577f29a67f38bfb8a99b57.tar.gz
godot-4713bcccf3de5f8e0f577f29a67f38bfb8a99b57.tar.zst
godot-4713bcccf3de5f8e0f577f29a67f38bfb8a99b57.zip
Merge branch 'master' of https://github.com/godotengine/godot
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 acfb8e68e..948b2a71a 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();
};