diff options
| author | Rémi Verschelde | 2016-05-18 08:21:16 +0200 |
|---|---|---|
| committer | Rémi Verschelde | 2016-05-18 08:21:16 +0200 |
| commit | 5d2a23d99cc58eaa0e33fe78ed3bbbbc2f0970fc (patch) | |
| tree | 86ddd6d12574db7707eba954af628733f1631cc7 /tools | |
| parent | 9ed2084b420ef39d1ed2330047def39224b8a3ce (diff) | |
| download | godot-5d2a23d99cc58eaa0e33fe78ed3bbbbc2f0970fc.tar.gz godot-5d2a23d99cc58eaa0e33fe78ed3bbbbc2f0970fc.tar.zst godot-5d2a23d99cc58eaa0e33fe78ed3bbbbc2f0970fc.zip | |
Revert "Revert "-make sure single select after multi select works better""
This reverts commit 9ed2084b420ef39d1ed2330047def39224b8a3ce.
Will then add the proper fix.
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/editor/editor_file_system.h | 2 | ||||
| -rw-r--r-- | tools/editor/editor_import_export.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/editor/editor_file_system.h b/tools/editor/editor_file_system.h index d11fa0cfb..254dd68c1 100644 --- a/tools/editor/editor_file_system.h +++ b/tools/editor/editor_file_system.h @@ -36,7 +36,7 @@ #include "os/thread_safe.h" class FileAccess; -class EditorProgressBG; +struct EditorProgressBG; class EditorFileSystemDirectory : public Object { OBJ_TYPE( EditorFileSystemDirectory,Object ); diff --git a/tools/editor/editor_import_export.h b/tools/editor/editor_import_export.h index 6fc644acc..9170e3726 100644 --- a/tools/editor/editor_import_export.h +++ b/tools/editor/editor_import_export.h @@ -36,7 +36,7 @@ class EditorExportPlatform; class FileAccess; -class EditorProgress; +struct EditorProgress; class EditorImportPlugin : public Reference { |
