diff options
Diffstat (limited to 'macosx/HBTitleSelectionController.m')
-rw-r--r-- | macosx/HBTitleSelectionController.m | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/macosx/HBTitleSelectionController.m b/macosx/HBTitleSelectionController.m index 0865ff22d..319808a69 100644 --- a/macosx/HBTitleSelectionController.m +++ b/macosx/HBTitleSelectionController.m @@ -5,7 +5,8 @@ It may be used under the terms of the GNU General Public License. */ #import "HBTitleSelectionController.h" -#import "HBTitle.h" + +@import HandBrakeKit.HBTitle; @interface HBTitleSelection : NSObject @property (nonatomic, readonly) HBTitle *title; |