changeset 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 3784795a1e94
children 7ba8c8ff548f
files mac/dw.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mac/dw.m	Tue Jun 23 23:33:54 2020 +0000
+++ b/mac/dw.m	Tue Jun 23 23:54:01 2020 +0000
@@ -1348,8 +1348,8 @@
 {
 }
 -(NSApplicationTerminateReply)applicationShouldTerminate:(NSApplication *)sender;
+#ifdef BUILDING_FOR_MOUNTAIN_LION
 -(void)applicationDidFinishLaunching:(NSNotification *)aNotification;
-#ifdef BUILDING_FOR_MOUNTAIN_LION
 -(BOOL)userNotificationCenter:(NSUserNotificationCenter *)center shouldPresentNotification:(NSUserNotification *)notification;
 -(void)userNotificationCenter:(NSUserNotificationCenter *)center didActivateNotification:(NSUserNotification *)notification;
 #endif