summaryrefslogtreecommitdiffstats
path: root/macosx/HBAudio.h
diff options
context:
space:
mode:
authorDamiano Galassi <[email protected]>2016-11-02 20:13:37 +0100
committerDamiano Galassi <[email protected]>2016-11-02 20:13:37 +0100
commit4a6bfe854904ab2e79c4958f291d40b3eebc65ff (patch)
treed94881041c7cf3e2d7ad8602deceda35307d76b4 /macosx/HBAudio.h
parent4f71778cf9a1e73a5b291c9656a71d6d6dc1f976 (diff)
MacGui: fix HBJob copy method, plus small performance optimisation in HBAudio and HBSubtitles.
Diffstat (limited to 'macosx/HBAudio.h')
-rw-r--r--macosx/HBAudio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBAudio.h b/macosx/HBAudio.h
index aaaf076ed..899c8dc88 100644
--- a/macosx/HBAudio.h
+++ b/macosx/HBAudio.h
@@ -16,7 +16,7 @@ extern NSString *HBAudioChangedNotification;
@interface HBAudio : NSObject <NSSecureCoding, NSCopying>
-@property (nonatomic, readonly) NSMutableArray<NSDictionary *> *sourceTracks;
+@property (nonatomic, readonly) NSArray<NSDictionary *> *sourceTracks;
@property (nonatomic, readonly) NSMutableArray<HBAudioTrack *> *tracks;
@property (nonatomic, readwrite) HBAudioDefaults *defaults;