]> granicus.if.org Git - handbrake/commitdiff
MacGui: made HBSubtitleTrack sourceTrackIdx property readwrite.
authorDamiano Galassi <damiog@gmail.com>
Sat, 3 Sep 2016 16:14:53 +0000 (18:14 +0200)
committerDamiano Galassi <damiog@gmail.com>
Sat, 3 Sep 2016 16:14:53 +0000 (18:14 +0200)
macosx/HBSubtitlesTrack.h

index d1eb1277e2192b85c66ea886cb5a9aa6d2ec8429..644c4c1128afdd7824ac04f551a289de31c81a53 100644 (file)
@@ -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;