diff options
Diffstat (limited to 'tools/editor/plugins/theme_editor_plugin.h')
-rw-r--r-- | tools/editor/plugins/theme_editor_plugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/editor/plugins/theme_editor_plugin.h b/tools/editor/plugins/theme_editor_plugin.h index 37f5ad6129..40c7ad8186 100644 --- a/tools/editor/plugins/theme_editor_plugin.h +++ b/tools/editor/plugins/theme_editor_plugin.h @@ -48,7 +48,7 @@ class ThemeEditor : public Control { VBoxContainer *main_vb; Ref<Theme> theme; - FileDialog *file_dialog; + EditorFileDialog *file_dialog; double time_left; |