From 1e990c1a5441c64ce2b985e019a814deecf74843 Mon Sep 17 00:00:00 2001 From: ritsuka Date: Wed, 22 Apr 2015 16:49:30 +0000 Subject: MacGui: implemented the NSSecureCoding protocol in HBJob. Added a compatibility class to fall back on NSCoding on 10.7 and earlier. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7112 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- macosx/HBSubtitlesDefaults.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'macosx/HBSubtitlesDefaults.h') diff --git a/macosx/HBSubtitlesDefaults.h b/macosx/HBSubtitlesDefaults.h index 60127b437..273086d6e 100644 --- a/macosx/HBSubtitlesDefaults.h +++ b/macosx/HBSubtitlesDefaults.h @@ -20,7 +20,7 @@ typedef NS_ENUM(NSUInteger, HBSubtitleTrackBurnInBehavior) { HBSubtitleTrackBurnInBehaviorForeignAudioThenFirst, }; -@interface HBSubtitlesDefaults : NSObject +@interface HBSubtitlesDefaults : NSObject @property (nonatomic, readwrite) HBSubtitleTrackSelectionBehavior trackSelectionBehavior; @property (nonatomic, readwrite, strong) NSMutableArray *trackSelectionLanguages; -- cgit v1.2.3