Fixed compiler warning building for macOS

This commit is contained in:
Sam Lantinga 2024-08-02 20:27:33 -07:00
parent b5c0921196
commit 8d748d64e8

View file

@ -195,7 +195,7 @@ static void Cocoa_DispatchEvent(NSEvent *theEvent)
}
}
- (void)windowWillClose:(NSNotification *)notification;
- (void)windowWillClose:(NSNotification *)notification
{
NSWindow *win = (NSWindow *)[notification object];