comparison mac/dw.m @ 2121:7ce8ecb79d4b

Mac: Fix warning building pre-mountain lion 10.8.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Tue, 23 Jun 2020 23:54:01 +0000
parents 34963d1e6f62
children 7ba8c8ff548f
comparison
equal deleted inserted replaced
2120:3784795a1e94 2121:7ce8ecb79d4b
1346 <NSApplicationDelegate> 1346 <NSApplicationDelegate>
1347 #endif 1347 #endif
1348 { 1348 {
1349 } 1349 }
1350 -(NSApplicationTerminateReply)applicationShouldTerminate:(NSApplication *)sender; 1350 -(NSApplicationTerminateReply)applicationShouldTerminate:(NSApplication *)sender;
1351 #ifdef BUILDING_FOR_MOUNTAIN_LION
1351 -(void)applicationDidFinishLaunching:(NSNotification *)aNotification; 1352 -(void)applicationDidFinishLaunching:(NSNotification *)aNotification;
1352 #ifdef BUILDING_FOR_MOUNTAIN_LION
1353 -(BOOL)userNotificationCenter:(NSUserNotificationCenter *)center shouldPresentNotification:(NSUserNotification *)notification; 1353 -(BOOL)userNotificationCenter:(NSUserNotificationCenter *)center shouldPresentNotification:(NSUserNotification *)notification;
1354 -(void)userNotificationCenter:(NSUserNotificationCenter *)center didActivateNotification:(NSUserNotification *)notification; 1354 -(void)userNotificationCenter:(NSUserNotificationCenter *)center didActivateNotification:(NSUserNotification *)notification;
1355 #endif 1355 #endif
1356 @end 1356 @end
1357 1357