aboutsummaryrefslogtreecommitdiff
path: root/AppKit/GTMUILocalizerTest.h
diff options
context:
space:
mode:
Diffstat (limited to 'AppKit/GTMUILocalizerTest.h')
-rw-r--r--AppKit/GTMUILocalizerTest.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/AppKit/GTMUILocalizerTest.h b/AppKit/GTMUILocalizerTest.h
index c3d1f36..d2019bb 100644
--- a/AppKit/GTMUILocalizerTest.h
+++ b/AppKit/GTMUILocalizerTest.h
@@ -21,9 +21,11 @@
@interface GTMUILocalizerTestWindowController : NSWindowController {
IBOutlet NSWindow *otherWindow_;
+ IBOutlet NSWindow *anotherWindow_;
IBOutlet NSMenu *otherMenu_;
}
- (NSWindow *)otherWindow;
+- (NSWindow *)anotherWindow;
- (NSMenu *)otherMenu;
@end