diff options
author | Damiano Galassi <[email protected]> | 2016-09-03 18:14:53 +0200 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2016-09-03 18:14:53 +0200 |
commit | e2b2a3971311bfeafdbb1edb78b64b6b9d28bb80 (patch) | |
tree | cbe6ecd5f253b0dd5bbe67809c1f83f18dc720fb /macosx/HBSubtitlesTrack.h | |
parent | ed1d6971903f0fab586c539a807c28c8d38db6c2 (diff) |
MacGui: made HBSubtitleTrack sourceTrackIdx property readwrite.
Diffstat (limited to 'macosx/HBSubtitlesTrack.h')
-rw-r--r-- | macosx/HBSubtitlesTrack.h | 2 |
1 files changed, 1 insertions, 1 deletions
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<HBTrackDelegate>)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; |