aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPWindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPWindow.h')
-rw-r--r--Source/SPWindow.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/SPWindow.h b/Source/SPWindow.h
index 74c4f804..9809f3d3 100644
--- a/Source/SPWindow.h
+++ b/Source/SPWindow.h
@@ -25,5 +25,10 @@
#import <Cocoa/Cocoa.h>
@interface SPWindow : NSWindow
+{
+ BOOL isSheetWhichCanBecomeMain;
+}
+
+@property (assign) BOOL isSheetWhichCanBecomeMain;
@end