summaryrefslogtreecommitdiffstats
path: root/editor/editor_help_search.h
diff options
context:
space:
mode:
Diffstat (limited to 'editor/editor_help_search.h')
-rw-r--r--editor/editor_help_search.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/editor/editor_help_search.h b/editor/editor_help_search.h
index 1016675dd2..544860f282 100644
--- a/editor/editor_help_search.h
+++ b/editor/editor_help_search.h
@@ -66,10 +66,8 @@ class EditorHelpSearch : public ConfirmationDialog {
void _load_settings();
void _update_results();
- void _search_box_gui_input(const Ref<InputEvent> &p_ie);
+ void _search_box_gui_input(const Ref<InputEvent> &p_event);
void _search_box_text_changed(const String &p_text);
- void _case_sensitive_button_pressed();
- void _hierarchy_button_pressed();
void _filter_combo_item_selected(int p_option);
void _confirmed();