mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 14:43:20 +00:00
Fixed compiler warning building for macOS
This commit is contained in:
parent
b5c0921196
commit
8d748d64e8
1 changed files with 1 additions and 1 deletions
|
|
@ -195,7 +195,7 @@ static void Cocoa_DispatchEvent(NSEvent *theEvent)
|
|||
}
|
||||
}
|
||||
|
||||
- (void)windowWillClose:(NSNotification *)notification;
|
||||
- (void)windowWillClose:(NSNotification *)notification
|
||||
{
|
||||
NSWindow *win = (NSWindow *)[notification object];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue