diff options
Diffstat (limited to 'editor/dictionary_property_edit.h')
-rw-r--r-- | editor/dictionary_property_edit.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/dictionary_property_edit.h b/editor/dictionary_property_edit.h index f6bd13785a..a2a81c261c 100644 --- a/editor/dictionary_property_edit.h +++ b/editor/dictionary_property_edit.h @@ -46,6 +46,8 @@ class DictionaryPropertyEdit : public Reference { Variant get_dictionary() const; + bool _dont_undo_redo(); + protected: static void _bind_methods(); bool _set(const StringName &p_name, const Variant &p_value); |