mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 01:09:50 +00:00
Fixed: Compilation with OS X SDK 10.10
This commit is contained in:
parent
afac054306
commit
8880047f69
1 changed files with 1 additions and 1 deletions
|
@ -1483,7 +1483,7 @@ bool CDriverGL::createWindow(const GfxMode &mode)
|
|||
[[CocoaApplicationDelegate alloc] initWithDriver:this];
|
||||
|
||||
// set the application delegate, this will handle window/app close events
|
||||
[NSApp setDelegate:appDelegate];
|
||||
[NSApp setDelegate:(id<NSFileManagerDelegate>)appDelegate];
|
||||
|
||||
// bind the close button of the window to applicationShouldTerminate
|
||||
id closeButton = [cocoa_window standardWindowButton:NSWindowCloseButton];
|
||||
|
|
Loading…
Reference in a new issue