diff options
author | John Stebbins <[email protected]> | 2019-09-09 13:35:45 -0700 |
---|---|---|
committer | John Stebbins <[email protected]> | 2019-09-10 09:17:18 -0700 |
commit | 294bb35fc36b6cb948eaec55c2cfb8b1528d93a7 (patch) | |
tree | 5b3460b89054cffeff6dd8138d0478fafc4de326 /macosx/HBJob+HBAdditions.m | |
parent | e88c6d5b7aa709f6c76f94c26bf6ac60d5f2dc12 (diff) |
Resolve conflict with harfbuzz include file hb.h
Rename hb.h to handbrake.h
Diffstat (limited to 'macosx/HBJob+HBAdditions.m')
-rw-r--r-- | macosx/HBJob+HBAdditions.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBJob+HBAdditions.m b/macosx/HBJob+HBAdditions.m index 9d10c52d6..552b8570e 100644 --- a/macosx/HBJob+HBAdditions.m +++ b/macosx/HBJob+HBAdditions.m @@ -6,7 +6,7 @@ #import "HBJob+HBAdditions.h" #import "HBPreferencesKeys.h" -#import "hb.h" +#import "handbrake.h" static NSDateFormatter *_timeFormatter = nil; static NSDateFormatter *_dateFormatter = nil; |