aboutsummaryrefslogtreecommitdiff
path: root/AppKit
diff options
context:
space:
mode:
Diffstat (limited to 'AppKit')
-rw-r--r--AppKit/GTMUILocalizer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/AppKit/GTMUILocalizer.h b/AppKit/GTMUILocalizer.h
index 81f9dca..e856d91 100644
--- a/AppKit/GTMUILocalizer.h
+++ b/AppKit/GTMUILocalizer.h
@@ -71,10 +71,11 @@
// localizing all non-default toolbar items by hand.
//
@interface GTMUILocalizer : NSObject {
- @private
+ @protected
IBOutlet id owner_;
IBOutlet id otherObjectToLocalize_;
IBOutlet id yetAnotherObjectToLocalize_;
+ @private
NSBundle *bundle_;
}
- (id)initWithBundle:(NSBundle *)bundle;