diff options
Diffstat (limited to 'macosx/HBAudioDefaults.h')
-rw-r--r-- | macosx/HBAudioDefaults.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBAudioDefaults.h b/macosx/HBAudioDefaults.h index aeb271770..a2e30a318 100644 --- a/macosx/HBAudioDefaults.h +++ b/macosx/HBAudioDefaults.h @@ -16,7 +16,7 @@ typedef NS_ENUM(NSUInteger, HBAudioTrackSelectionBehavior) { * HBAudioSettings * Stores the audio defaults settings. */ -@interface HBAudioDefaults : NSObject +@interface HBAudioDefaults : NSObject <NSCoding> @property (nonatomic, readwrite) HBAudioTrackSelectionBehavior trackSelectionBehavior; @property (nonatomic, readwrite, retain) NSMutableArray *trackSelectionLanguages; |