summaryrefslogtreecommitdiffstats
path: root/macosx/InstantHandBrake/ExpressController.h
diff options
context:
space:
mode:
authorritsuka <[email protected]>2008-01-30 17:07:03 +0000
committerritsuka <[email protected]>2008-01-30 17:07:03 +0000
commitd0723377bd1788fdead78aa30fbd2c246a92b8ad (patch)
treea485463027225133aea93cbc2cd1cb4290f168c4 /macosx/InstantHandBrake/ExpressController.h
parentda963a205a1fb6965ae156d39d6ab18707ce609d (diff)
Added more files to the ignore list.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1242 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/InstantHandBrake/ExpressController.h')
-rw-r--r--macosx/InstantHandBrake/ExpressController.h6
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;