From e5425e2befcf55a9ef97036fde585f5b35cef72b Mon Sep 17 00:00:00 2001 From: ritsuka Date: Wed, 20 May 2015 19:25:36 +0000 Subject: MacGui: add a test target to the Xcode project, plus some simple test. Use a forward declaration instead of a #import to in HBJob to allow testing to work. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7214 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- macosx/HBJob+UIAdditions.m | 1 + 1 file changed, 1 insertion(+) (limited to 'macosx/HBJob+UIAdditions.m') diff --git a/macosx/HBJob+UIAdditions.m b/macosx/HBJob+UIAdditions.m index da0ccf7e3..71696e877 100644 --- a/macosx/HBJob+UIAdditions.m +++ b/macosx/HBJob+UIAdditions.m @@ -7,6 +7,7 @@ #import "HBJob+UIAdditions.h" #import "HBAttributedStringAdditions.h" +#import "HBTitle.h" #import "HBJob.h" #import "HBAudioTrack.h" #import "HBAudioDefaults.h" -- cgit v1.2.3