aboutsummaryrefslogtreecommitdiff
path: root/editor/plugins/script_text_editor.h
diff options
context:
space:
mode:
authorJuan Linietsky2017-06-30 21:30:17 -0300
committerJuan Linietsky2017-06-30 21:35:05 -0300
commit2a3e00c8c7e6f997b12864755a3df3b9bd3cca05 (patch)
tree807a72e686f76fcf44ecd5fb2e6834545d98b38f /editor/plugins/script_text_editor.h
parente2e73ec906d0671c870ff64eefd15dfc86abaaec (diff)
downloadgodot-2a3e00c8c7e6f997b12864755a3df3b9bd3cca05.tar.gz
godot-2a3e00c8c7e6f997b12864755a3df3b9bd3cca05.tar.zst
godot-2a3e00c8c7e6f997b12864755a3df3b9bd3cca05.zip
Diffstat (limited to 'editor/plugins/script_text_editor.h')
-rw-r--r--editor/plugins/script_text_editor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/plugins/script_text_editor.h b/editor/plugins/script_text_editor.h
index ba4064516..e55847832 100644
--- a/editor/plugins/script_text_editor.h
+++ b/editor/plugins/script_text_editor.h
@@ -156,7 +156,7 @@ public:
virtual void set_debugger_active(bool p_active);
Control *get_edit_menu();
-
+ virtual void clear_edit_menu();
static void register_editor();
ScriptTextEditor();