X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=macosx%2FInstantHandBrake%2FExpressController.h;h=4bdcfa6d4ed7b000f126ac632d8ac5d08a263a16;hb=240cf3308bf21be4d1918a71a5510d07e7d6d85b;hp=ec0dcb96e4c2ea306ccabd9b81f0e34cf22e0b2a;hpb=10aab2bcb670641bd4fea7c25f3567b76af03d4c;p=handbrake-jp%2Fhandbrake-jp-git.git diff --git a/macosx/InstantHandBrake/ExpressController.h b/macosx/InstantHandBrake/ExpressController.h index ec0dcb96..4bdcfa6d 100644 --- a/macosx/InstantHandBrake/ExpressController.h +++ b/macosx/InstantHandBrake/ExpressController.h @@ -1,21 +1,23 @@ /* ExpressController This file is part of the HandBrake source code. - Homepage: . + Homepage: . It may be used under the terms of the GNU General Public License. */ #import +#import + #import "DriveDetector.h" +#import "DeviceController.h" #import "HBCore.h" #import "hb.h" -#import "DeviceController.h" -@interface ExpressController : NSObject +@interface ExpressController : NSObject { hb_handle_t * fHandle; hb_list_t * fList; - hb_state_t * fState; + const hb_state_t * fState; IBOutlet NSWindow * fWindow; IBOutlet NSView * fEmptyView;