mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-03-31 06:11:04 +02:00
Fixed compiler warning building for macOS
This commit is contained in:
@@ -195,7 +195,7 @@ static void Cocoa_DispatchEvent(NSEvent *theEvent)
|
||||
}
|
||||
}
|
||||
|
||||
- (void)windowWillClose:(NSNotification *)notification;
|
||||
- (void)windowWillClose:(NSNotification *)notification
|
||||
{
|
||||
NSWindow *win = (NSWindow *)[notification object];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user