Compile fix

This commit is contained in:
Joshua Granick
2017-09-25 16:51:17 -07:00
parent cac79f90ca
commit 75e78a6d8f

View File

@@ -67,8 +67,10 @@ namespace lime {
void gc_directory_watcher (value handle) {
#ifdef LIME_SIMPLEFILEWATCHER
DirectoryWatcher* watcher = (DirectoryWatcher*)val_data (handle);
delete watcher;
#endif
}