summaryrefslogtreecommitdiffstats
path: root/macosx/HBAudioDefaults.h
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/HBAudioDefaults.h')
-rw-r--r--macosx/HBAudioDefaults.h2
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;