Fix older MSVC build

This commit is contained in:
Joshua Granick
2017-09-26 13:36:27 -07:00
parent 0fd37871b2
commit 3cfbc799e8

View File

@@ -43,7 +43,7 @@ namespace lime {
private:
AutoGCRoot* callback;
void* fileWatcher = 0;
void* fileWatcher;
Mutex* mutex;
std::vector<FileWatcherEvent> queue;
std::map<long, void*> listeners;