summaryrefslogtreecommitdiffstats
path: root/editor/code_editor.h
diff options
context:
space:
mode:
Diffstat (limited to 'editor/code_editor.h')
-rw-r--r--editor/code_editor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/code_editor.h b/editor/code_editor.h
index 911b7193f5..9d8a3a2229 100644
--- a/editor/code_editor.h
+++ b/editor/code_editor.h
@@ -110,6 +110,8 @@ protected:
virtual void unhandled_input(const Ref<InputEvent> &p_event) override;
void _focus_lost();
+ void _update_flags(bool p_direction_backwards);
+
bool _search(uint32_t p_flags, int p_from_line, int p_from_col);
void _replace();