diff options
Diffstat (limited to 'macosx/HBPreferencesController.h')
-rw-r--r-- | macosx/HBPreferencesController.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBPreferencesController.h b/macosx/HBPreferencesController.h index ca1ad5ab4..3db3d528b 100644 --- a/macosx/HBPreferencesController.h +++ b/macosx/HBPreferencesController.h @@ -5,7 +5,7 @@ #import <Cocoa/Cocoa.h> -@interface HBPreferencesController : NSWindowController +@interface HBPreferencesController : NSWindowController <NSToolbarDelegate> { IBOutlet NSView * fGeneralView, * fPictureView, * fAudioView, * fAdvancedView; IBOutlet NSTextField * fSendEncodeToAppField; |