aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPWindowController.h
diff options
context:
space:
mode:
authorMax <post@wickenrode.com>2015-02-14 21:45:08 +0100
committerMax <post@wickenrode.com>2015-02-14 21:45:08 +0100
commitfa28b26e418f6f5c2f47ec78f9b7ef4910155b96 (patch)
treefae4e9fd8b58e88fc89566bd15a5ddc4cf6396c4 /Source/SPWindowController.h
parentb1e32f6583f113c279dcde61f4f531d637118bdd (diff)
downloadsequelpro-fa28b26e418f6f5c2f47ec78f9b7ef4910155b96.tar.gz
sequelpro-fa28b26e418f6f5c2f47ec78f9b7ef4910155b96.tar.bz2
sequelpro-fa28b26e418f6f5c2f47ec78f9b7ef4910155b96.zip
Move some duplicate code into a new class
(This also affects PSMSequelProTabStyle, but see the comment there why it is left unchanged)
Diffstat (limited to 'Source/SPWindowController.h')
-rw-r--r--Source/SPWindowController.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPWindowController.h b/Source/SPWindowController.h
index 8697e738..c99a2ff2 100644
--- a/Source/SPWindowController.h
+++ b/Source/SPWindowController.h
@@ -37,7 +37,7 @@
IBOutlet NSTabView *tabView;
NSClipView *titleBarLineHidingView;
- SInt32 systemVersion;
+ BOOL isOSVersionAtLeast10_7_0;
NSMenuItem *closeWindowMenuItem;
NSMenuItem *closeTabMenuItem;