From f1f5e84d38e29f2258aa958f55382ef70085843b Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Tue, 1 Feb 2011 20:05:16 +0000 Subject: Bring outline view branch up to date with trunk (r3165:r3177). --- Source/SPBundleEditorController.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Source/SPBundleEditorController.h') 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; -- cgit v1.2.3