summaryrefslogtreecommitdiffstats
path: root/scene/gui/code_edit.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene/gui/code_edit.h')
-rw-r--r--scene/gui/code_edit.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/scene/gui/code_edit.h b/scene/gui/code_edit.h
index a3c968da60..addbb6e468 100644
--- a/scene/gui/code_edit.h
+++ b/scene/gui/code_edit.h
@@ -287,6 +287,11 @@ protected:
void _notification(int p_what);
static void _bind_methods();
+#ifndef DISABLE_DEPRECATED
+ String _get_text_for_symbol_lookup_bind_compat_73196();
+ static void _bind_compatibility_methods();
+#endif
+
virtual void _update_theme_item_cache() override;
/* Text manipulation */