summaryrefslogtreecommitdiffstats
path: root/macosx/HBJob.h
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/HBJob.h')
-rw-r--r--macosx/HBJob.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/macosx/HBJob.h b/macosx/HBJob.h
index c5325f1b3..a00c8cd36 100644
--- a/macosx/HBJob.h
+++ b/macosx/HBJob.h
@@ -19,6 +19,8 @@
#import "HBSubtitles.h"
#import "HBChapter.h"
+#import "HBSecurityAccessToken.h"
+
NS_ASSUME_NONNULL_BEGIN
extern NSString *HBContainerChangedNotification;
@@ -27,7 +29,7 @@ extern NSString *HBChaptersChangedNotification;
/**
* HBJob
*/
-@interface HBJob : NSObject <NSSecureCoding, NSCopying, HBPresetCoding>
+@interface HBJob : NSObject <NSSecureCoding, NSCopying, HBPresetCoding, HBSecurityScope>
- (instancetype)initWithTitle:(HBTitle *)title andPreset:(HBPreset *)preset;