diff options
author | stuconnolly <stuart02@gmail.com> | 2010-03-24 21:51:27 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2010-03-24 21:51:27 +0000 |
commit | 3b70bf3ed475602fac435b86ab564423ae1dfdb0 (patch) | |
tree | 2328be21dbfdaec7e07caad38c2b46d26c76fcd7 /Source/SPNavigatorController.h | |
parent | 47f354070f1fa8dfeb46c4065075ee53de4c1626 (diff) | |
download | sequelpro-3b70bf3ed475602fac435b86ab564423ae1dfdb0.tar.gz sequelpro-3b70bf3ed475602fac435b86ab564423ae1dfdb0.tar.bz2 sequelpro-3b70bf3ed475602fac435b86ab564423ae1dfdb0.zip |
General tidy up, with a focus on consolidating more constants in SPConstants.h/m.
Diffstat (limited to 'Source/SPNavigatorController.h')
-rw-r--r-- | Source/SPNavigatorController.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Source/SPNavigatorController.h b/Source/SPNavigatorController.h index 52ce30ef..09507464 100644 --- a/Source/SPNavigatorController.h +++ b/Source/SPNavigatorController.h @@ -25,9 +25,8 @@ #import <Cocoa/Cocoa.h> #import <MCPKit/MCPKit.h> - -@interface SPNavigatorController : NSWindowController { - +@interface SPNavigatorController : NSWindowController +{ IBOutlet id outlineSchema1; IBOutlet id outlineSchema2; IBOutlet id navigatorWindow; @@ -53,7 +52,6 @@ NSRect selectionViewPort1; NSRect selectionViewPort2; BOOL ignoreUpdate; - } + (SPNavigatorController *)sharedNavigatorController; |