aboutsummaryrefslogtreecommitdiff
path: root/AppKit/GTMUILocalizerAndLayoutTweakerTest.h
diff options
context:
space:
mode:
Diffstat (limited to 'AppKit/GTMUILocalizerAndLayoutTweakerTest.h')
-rw-r--r--AppKit/GTMUILocalizerAndLayoutTweakerTest.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/AppKit/GTMUILocalizerAndLayoutTweakerTest.h b/AppKit/GTMUILocalizerAndLayoutTweakerTest.h
index 9853007..6d841f6 100644
--- a/AppKit/GTMUILocalizerAndLayoutTweakerTest.h
+++ b/AppKit/GTMUILocalizerAndLayoutTweakerTest.h
@@ -19,7 +19,11 @@
#import <Cocoa/Cocoa.h>
#import "GTMUILocalizer.h"
-@interface GTMUILocalizerAndLayoutTweakerTestWindowController : NSWindowController
+@interface GTMUILocalizerAndLayoutTweakerTestWindowController : NSWindowController {
+ @private
+ IBOutlet NSTabView *tabView_;
+}
+- (NSTabView *)tabView;
@end