diff options
Diffstat (limited to 'tools/editor/editor_help.h')
-rw-r--r-- | tools/editor/editor_help.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/editor/editor_help.h b/tools/editor/editor_help.h index 94a31ce902..1c2b704b98 100644 --- a/tools/editor/editor_help.h +++ b/tools/editor/editor_help.h @@ -107,6 +107,7 @@ class EditorHelp : public VBoxContainer { Map<String,int> method_line; Map<String,int> signal_line; Map<String,int> property_line; + Map<String,int> theme_property_line; Map<String,int> constant_line; int description_line; |