Fix warning

This commit is contained in:
Joshua Granick
2014-07-11 22:32:41 -07:00
parent 74135fa7d1
commit 7eef1e14ab

View File

@@ -60,6 +60,8 @@ namespace lime {
alloc_field (object, id_height, alloc_int (event->height));
break;
default: break;
}
val_call0 (WindowEvent::callback->get ());