summaryrefslogtreecommitdiffstats
path: root/macosx/HBAppDelegate.m
diff options
context:
space:
mode:
authorritsuka <[email protected]>2015-01-22 10:34:46 +0000
committerritsuka <[email protected]>2015-01-22 10:34:46 +0000
commit2c6880d133a3cd720369bc9164609dab645ba23f (patch)
tree0d61c5e392d64600d7dc1390b8bcd194d0df207f /macosx/HBAppDelegate.m
parentdfa1f8dd4bbaed3fba144a5afead99a1ea102c44 (diff)
MacGui: rename HBController and HBQueueController files.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6785 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBAppDelegate.m')
-rw-r--r--macosx/HBAppDelegate.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBAppDelegate.m b/macosx/HBAppDelegate.m
index 09b294b9d..868f4ef40 100644
--- a/macosx/HBAppDelegate.m
+++ b/macosx/HBAppDelegate.m
@@ -14,7 +14,7 @@
#import "HBQueueController.h"
#import "HBOutputPanelController.h"
#import "HBCore.h"
-#import "Controller.h"
+#import "HBController.h"
static void hb_error_handler(const char *errmsg)
{