summaryrefslogtreecommitdiffstats
path: root/macosx/HBJob.h
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/HBJob.h')
-rw-r--r--macosx/HBJob.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/macosx/HBJob.h b/macosx/HBJob.h
index 2766bac9a..008fb7802 100644
--- a/macosx/HBJob.h
+++ b/macosx/HBJob.h
@@ -17,6 +17,7 @@
#import "HBAudio.h"
#import "HBSubtitles.h"
+#import "HBChapter.h"
#import "HBDistributedArray.h"
@@ -73,7 +74,7 @@ typedef NS_ENUM(NSUInteger, HBJobState){
@property (nonatomic, readonly) HBSubtitles *subtitles;
@property (nonatomic, readwrite) BOOL chaptersEnabled;
-@property (nonatomic, readonly) NSArray *chapterTitles;
+@property (nonatomic, readonly) NSArray<HBChapter *> *chapterTitles;
@property (nonatomic, readwrite, weak, nullable) NSUndoManager *undo;