This commit is contained in:
Бранимир Караџић 2019-04-13 07:51:25 -07:00
parent 52bca59388
commit 5ad11a80ab

View File

@ -766,6 +766,7 @@ namespace entry
- (BOOL)windowShouldClose:(NSWindow*)window
{
assert(window);
BX_UNUSED(window);
return true;
}