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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/action_map_editor.h b/editor/action_map_editor.h
index 15a1501a67..d8c40a97a7 100644
--- a/editor/action_map_editor.h
+++ b/editor/action_map_editor.h
@@ -182,7 +182,7 @@ private:
void _add_action(const String &p_name);
void _action_edited();
- void _tree_button_pressed(Object *p_item, int p_column, int p_id);
+ void _tree_button_pressed(Object *p_item, int p_column, int p_id, MouseButton p_button);
void _tree_item_activated();
void _search_term_updated(const String &p_search_term);