diff options
| author | Rémi Verschelde | 2016-05-13 08:06:31 +0200 |
|---|---|---|
| committer | Rémi Verschelde | 2016-05-13 08:06:31 +0200 |
| commit | 9ed2084b420ef39d1ed2330047def39224b8a3ce (patch) | |
| tree | 7a886caf44e2623572a906dd786395e05d35a9b1 /tools | |
| parent | c0df7da2ca98672e8d5520689b913dcad9b597cb (diff) | |
| download | godot-2.0.3-stable.tar.gz godot-2.0.3-stable.tar.zst godot-2.0.3-stable.zip | |
Revert "-make sure single select after multi select works better"2.0.3-stable
This reverts commit f909634832a72cfc669fd1b6281c8a960ea3d40f.
It caused various regressions (#4556 and #4607).
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 254dd68c1..d11fa0cfb 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; -struct EditorProgressBG; +class 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 9170e3726..6fc644acc 100644 --- a/tools/editor/editor_import_export.h +++ b/tools/editor/editor_import_export.h @@ -36,7 +36,7 @@ class EditorExportPlatform; class FileAccess; -struct EditorProgress; +class EditorProgress; class EditorImportPlugin : public Reference { |
