OSDN Git Service

A line went missing from Controller.mm in the reorg of that file, you
[handbrake-jp/handbrake-jp-git.git] / macosx / HBPreferencesController.h
1 /**
2  * @file
3  * Interface of class HBPreferencesController.
4  */
5
6 #import <Cocoa/Cocoa.h>
7
8 @interface HBPreferencesController : NSWindowController
9 {
10     IBOutlet NSView         * fGeneralView, * fPictureView, * fAudioView, * fAdvancedView;
11 }
12
13 + (void)registerUserDefaults;
14 - (id)init;
15 - (IBAction)close:(id)sender;
16
17 @end