aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPOutlineView.h
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2009-10-17 00:35:09 +0000
committerstuconnolly <stuart02@gmail.com>2009-10-17 00:35:09 +0000
commit6a4e2994d17220eb43015162522deec1efdd429b (patch)
treef1d2abc0691948bcbd901929c82347137ee0de85 /Source/SPOutlineView.h
parentc3eb7de88f2baf7774749f4311a84b75ef833eb7 (diff)
downloadsequelpro-6a4e2994d17220eb43015162522deec1efdd429b.tar.gz
sequelpro-6a4e2994d17220eb43015162522deec1efdd429b.tar.bz2
sequelpro-6a4e2994d17220eb43015162522deec1efdd429b.zip
Replace the use of hard coded preference keys with constants to prevent issues such as the one fixed in revision 1419. All future preference usage should be done so using these constants.
Diffstat (limited to 'Source/SPOutlineView.h')
-rw-r--r--Source/SPOutlineView.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/Source/SPOutlineView.h b/Source/SPOutlineView.h
index c361f788..8f1b581e 100644
--- a/Source/SPOutlineView.h
+++ b/Source/SPOutlineView.h
@@ -25,9 +25,6 @@
#import <Foundation/Foundation.h>
-
-@interface SPOutlineView : NSOutlineView {
-
-}
+@interface SPOutlineView : NSOutlineView
@end