diff options
Diffstat (limited to 'macosx/InstantHandBrake/ExpressController.h')
-rw-r--r-- | macosx/InstantHandBrake/ExpressController.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/macosx/InstantHandBrake/ExpressController.h b/macosx/InstantHandBrake/ExpressController.h index c1ec7c142..4bdcfa6d4 100644 --- a/macosx/InstantHandBrake/ExpressController.h +++ b/macosx/InstantHandBrake/ExpressController.h @@ -5,12 +5,14 @@ It may be used under the terms of the GNU General Public License. */ #import <Cocoa/Cocoa.h> +#import <Growl/Growl.h> + #import "DriveDetector.h" +#import "DeviceController.h" #import "HBCore.h" #import "hb.h" -#import "DeviceController.h" -@interface ExpressController : NSObject +@interface ExpressController : NSObject <GrowlApplicationBridgeDelegate> { hb_handle_t * fHandle; |