From: Damiano Galassi Date: Sat, 3 Sep 2016 16:14:53 +0000 (+0200) Subject: MacGui: made HBSubtitleTrack sourceTrackIdx property readwrite. X-Git-Tag: 1.0.0~241 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e2b2a3971311bfeafdbb1edb78b64b6b9d28bb80;p=handbrake MacGui: made HBSubtitleTrack sourceTrackIdx property readwrite. --- 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;