summaryrefslogtreecommitdiff
path: root/editor/plugins/text_control_editor_plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'editor/plugins/text_control_editor_plugin.h')
-rw-r--r--editor/plugins/text_control_editor_plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/plugins/text_control_editor_plugin.h b/editor/plugins/text_control_editor_plugin.h
index a475f6eba3..cf069338b6 100644
--- a/editor/plugins/text_control_editor_plugin.h
+++ b/editor/plugins/text_control_editor_plugin.h
@@ -52,7 +52,7 @@ class TextControlEditor : public HBoxContainer {
FONT_INFO_ID = 100,
};
- Map<String, Map<String, String>> fonts;
+ HashMap<String, HashMap<String, String>> fonts;
OptionButton *font_list = nullptr;
SpinBox *font_size_list = nullptr;