-make sure single select after multi select works better

-fixed some warnings for OSX
This commit is contained in:
Juan Linietsky 2016-05-04 17:41:58 -03:00
parent 8043135e0d
commit f909634832
4 changed files with 27 additions and 2 deletions

View file

@ -36,7 +36,7 @@
#include "os/thread_safe.h"
class FileAccess;
class EditorProgressBG;
struct EditorProgressBG;
class EditorFileSystemDirectory : public Object {
OBJ_TYPE( EditorFileSystemDirectory,Object );

View file

@ -36,7 +36,7 @@
class EditorExportPlatform;
class FileAccess;
class EditorProgress;
struct EditorProgress;
class EditorImportPlugin : public Reference {