diff options
author | ritsuka <[email protected]> | 2015-05-20 19:25:36 +0000 |
---|---|---|
committer | ritsuka <[email protected]> | 2015-05-20 19:25:36 +0000 |
commit | e5425e2befcf55a9ef97036fde585f5b35cef72b (patch) | |
tree | c8196fd2baca917001423606f927d34c6f3f7134 /macosx/HBJob.h | |
parent | 35cb55b6f77e21841fd46b666adc1888fcc81854 (diff) |
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
Diffstat (limited to 'macosx/HBJob.h')
-rw-r--r-- | macosx/HBJob.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/HBJob.h b/macosx/HBJob.h index 43b60e553..baaeda771 100644 --- a/macosx/HBJob.h +++ b/macosx/HBJob.h @@ -6,8 +6,8 @@ #import <Foundation/Foundation.h> -#import "HBPreset.h" -#import "HBTitle.h" +@class HBPreset; +@class HBTitle; #import "HBRange.h" #import "HBVideo.h" |