diff options
Diffstat (limited to 'tools/editor/multi_node_edit.h')
-rw-r--r-- | tools/editor/multi_node_edit.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/editor/multi_node_edit.h b/tools/editor/multi_node_edit.h index 6c59765227..fd50dc5bf4 100644 --- a/tools/editor/multi_node_edit.h +++ b/tools/editor/multi_node_edit.h @@ -41,6 +41,7 @@ class MultiNodeEdit : public Reference { PropertyInfo info; }; + protected: bool _set(const StringName& p_name, const Variant& p_value); |