From e2b2a3971311bfeafdbb1edb78b64b6b9d28bb80 Mon Sep 17 00:00:00 2001 From: Damiano Galassi Date: Sat, 3 Sep 2016 18:14:53 +0200 Subject: [PATCH] MacGui: made HBSubtitleTrack sourceTrackIdx property readwrite. --- macosx/HBSubtitlesTrack.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macosx/HBSubtitlesTrack.h b/macosx/HBSubtitlesTrack.h index d1eb1277e..644c4c112 100644 --- a/macosx/HBSubtitlesTrack.h +++ b/macosx/HBSubtitlesTrack.h @@ -38,7 +38,7 @@ NS_ASSUME_NONNULL_BEGIN delegate:(id)delegate; /// The index of the source in the data source tracks array. -@property (nonatomic, readonly) NSUInteger sourceTrackIdx; +@property (nonatomic, readwrite) NSUInteger sourceTrackIdx; /// Format. @property (nonatomic, readonly) int type; @property (nonatomic, readwrite) int container; -- 2.40.0