summaryrefslogtreecommitdiffstats
path: root/macosx/HBPreferencesController.h
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/HBPreferencesController.h')
-rw-r--r--macosx/HBPreferencesController.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBPreferencesController.h b/macosx/HBPreferencesController.h
index 221a088b4..63b62d69c 100644
--- a/macosx/HBPreferencesController.h
+++ b/macosx/HBPreferencesController.h
@@ -7,11 +7,11 @@
@interface HBPreferencesController : NSWindowController
{
+ IBOutlet NSView * fGeneralView, * fPictureView, * fAudioView, * fAdvancedView;
}
+ (void)registerUserDefaults;
- (id)init;
-- (IBAction)runModal:(id)sender;
- (IBAction)close:(id)sender;
@end