diff options
Diffstat (limited to 'scene/main/node.h')
-rw-r--r-- | scene/main/node.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scene/main/node.h b/scene/main/node.h index b936cdd375..7cc0f7b370 100644 --- a/scene/main/node.h +++ b/scene/main/node.h @@ -626,6 +626,7 @@ public: #ifdef TOOLS_ENABLED String validate_child_name(Node *p_child); String prevalidate_child_name(Node *p_child, StringName p_name); + void get_argument_options(const StringName &p_function, int p_idx, List<String> *r_options) const override; #endif static String adjust_name_casing(const String &p_name); @@ -641,8 +642,6 @@ public: bool is_owned_by_parent() const; - void get_argument_options(const StringName &p_function, int p_idx, List<String> *r_options) const override; - void clear_internal_tree_resource_paths(); _FORCE_INLINE_ Viewport *get_viewport() const { return data.viewport; } |