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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/array_property_edit.h b/editor/array_property_edit.h
index b2a3564c8c..fd17ebe9f8 100644
--- a/editor/array_property_edit.h
+++ b/editor/array_property_edit.h
@@ -52,6 +52,8 @@ class ArrayPropertyEdit : public Reference {
void _set_size(int p_size);
void _set_value(int p_idx, const Variant &p_value);
+ bool _dont_undo_redo();
+
protected:
static void _bind_methods();
bool _set(const StringName &p_name, const Variant &p_value);