Skip to content

Commit

Permalink
Fixed 'MIKMutableMIDIMetaEvent' not actually being mutable.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Madsen committed Apr 21, 2016
1 parent 4df1102 commit 34ae7ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/MIKMIDIMetaEvent.m
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,6 @@ @implementation MIKMutableMIDIMetaEvent
@dynamic metadataType;
@dynamic metaData;

+ (BOOL)isMutable { return NO; }
+ (BOOL)isMutable { return YES; }

@end

0 comments on commit 34ae7ca

Please sign in to comment.