aboutsummaryrefslogtreecommitdiffstats
path: root/src/nsterm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nsterm.h')
-rw-r--r--src/nsterm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nsterm.h b/src/nsterm.h
index d2c42c553d9..e77aca3d50d 100644
--- a/src/nsterm.h
+++ b/src/nsterm.h
@@ -100,7 +100,7 @@ typedef float EmacsCGFloat;
100/* We override sendEvent: as a means to stop/start the event loop */ 100/* We override sendEvent: as a means to stop/start the event loop */
101@interface EmacsApp : NSApplication 101@interface EmacsApp : NSApplication
102{ 102{
103#if MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_9 103#ifdef NS_IMPL_COCOA
104 BOOL shouldKeepRunning; 104 BOOL shouldKeepRunning;
105 BOOL isFirst; 105 BOOL isFirst;
106#endif 106#endif