summaryrefslogtreecommitdiff
path: root/tools/editor
diff options
context:
space:
mode:
authorJuan Linietsky <reduz@Juans-MBP.fibertel.com.ar>2016-05-04 17:41:58 -0300
committerJuan Linietsky <reduz@Juans-MBP.fibertel.com.ar>2016-05-04 17:41:58 -0300
commitf909634832a72cfc669fd1b6281c8a960ea3d40f (patch)
treea7698fab785b85ef029fcbbc96fcf391e6b91319 /tools/editor
parent8043135e0d34b59d82a6ac82d31cc0193f7faacf (diff)
-make sure single select after multi select works better
-fixed some warnings for OSX
Diffstat (limited to 'tools/editor')
-rw-r--r--tools/editor/editor_file_system.h2
-rw-r--r--tools/editor/editor_import_export.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/editor/editor_file_system.h b/tools/editor/editor_file_system.h
index d11fa0cfb1..254dd68c14 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 c131488d18..5e09d674d1 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 {