summaryrefslogtreecommitdiffstats
path: root/macosx/HBJob+Private.h
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/HBJob+Private.h')
-rw-r--r--macosx/HBJob+Private.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/macosx/HBJob+Private.h b/macosx/HBJob+Private.h
index 2479516e6..839267253 100644
--- a/macosx/HBJob+Private.h
+++ b/macosx/HBJob+Private.h
@@ -7,6 +7,10 @@
//
#import <HandBrakeKit/HandBrakeKit.h>
+#import "HBSecurityAccessToken.h"
+
+@interface HBJob (Private) <HBSecurityScope>
+@end
@interface HBVideo (Private)
@@ -44,7 +48,7 @@
@end
-@interface HBSubtitles (Private)
+@interface HBSubtitles (Private) <HBSecurityScope>
- (instancetype)initWithJob:(HBJob *)job;