summaryrefslogtreecommitdiffstats
path: root/macosx/HBJob+Private.h
diff options
context:
space:
mode:
authorDamiano Galassi <[email protected]>2017-01-25 11:03:00 +0100
committerDamiano Galassi <[email protected]>2017-01-25 11:03:00 +0100
commit178071e0ce842af53e8c51e6275e8956fc4aa27c (patch)
tree6337430f7ec1900ce562bf394954469cc68b80d2 /macosx/HBJob+Private.h
parent79c33c0ca996311224bbd3719c85238a3358cb5e (diff)
MacGui: improve management of security scoped resources. Fix external SRT in the sandboxed build.
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;