aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPBundleEditorController.h
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2011-02-01 20:05:16 +0000
committerstuconnolly <stuart02@gmail.com>2011-02-01 20:05:16 +0000
commitf1f5e84d38e29f2258aa958f55382ef70085843b (patch)
treef0cc9213a936b3ed2cfade91d641a93a22c0ca17 /Source/SPBundleEditorController.h
parent83ce97aca74326ea431add878ccf7f4252aca9a6 (diff)
downloadsequelpro-f1f5e84d38e29f2258aa958f55382ef70085843b.tar.gz
sequelpro-f1f5e84d38e29f2258aa958f55382ef70085843b.tar.bz2
sequelpro-f1f5e84d38e29f2258aa958f55382ef70085843b.zip
Bring outline view branch up to date with trunk (r3165:r3177).
Diffstat (limited to 'Source/SPBundleEditorController.h')
-rw-r--r--Source/SPBundleEditorController.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/Source/SPBundleEditorController.h b/Source/SPBundleEditorController.h
index 1c3c0dab..5ea1658f 100644
--- a/Source/SPBundleEditorController.h
+++ b/Source/SPBundleEditorController.h
@@ -29,8 +29,8 @@
@class SRRecorderControl, BWSplitView;
-@interface SPBundleEditorController : NSWindowController {
-
+@interface SPBundleEditorController : NSWindowController
+{
IBOutlet SPBundleCommandTextView *commandTextView;
IBOutlet SPOutlineView *commandsOutlineView;
IBOutlet NSTextField *authorTextField;
@@ -112,7 +112,6 @@
NSArray *shellVariableSuggestions;
NSMutableArray *deletedDefaultBundles;
-
}
- (IBAction)inputPopupButtonChanged:(id)sender;