summaryrefslogtreecommitdiff
path: root/editor/action_map_editor.h
diff options
context:
space:
mode:
Diffstat (limited to 'editor/action_map_editor.h')
-rw-r--r--editor/action_map_editor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/action_map_editor.h b/editor/action_map_editor.h
index cf2d871469..e61d1a334a 100644
--- a/editor/action_map_editor.h
+++ b/editor/action_map_editor.h
@@ -168,6 +168,7 @@ private:
void _event_config_confirmed();
void _add_action_pressed();
+ bool _has_action(const String &p_name) const;
void _add_action(const String &p_name);
void _action_edited();