diff options
Diffstat (limited to 'bleh_darwin.m')
| -rw-r--r-- | bleh_darwin.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bleh_darwin.m b/bleh_darwin.m index 6094eeb..8653e74 100644 --- a/bleh_darwin.m +++ b/bleh_darwin.m @@ -336,7 +336,7 @@ void objc_setFont(id what, unsigned int csize) extern void appDelegate_applicationShouldTerminate(); -static NSApplicationTerminateReply __appDelegate_applicationShouldTerminate(id self, SEL sel) +static NSApplicationTerminateReply __appDelegate_applicationShouldTerminate(id self, SEL sel, id app) { appDelegate_applicationShouldTerminate(); return NSTerminateCancel; // don't quit |
