2
0

Prefix versions with V to fix a Swift enum naming import issue.

This commit is contained in:
Maarten Billemont
2019-10-10 11:48:35 -04:00
parent 2af71fbc34
commit aec5e371b8
7 changed files with 37 additions and 37 deletions

View File

@@ -50,7 +50,7 @@ static NSOperationQueue *_mpwQueue = nil;
- (MPAlgorithmVersion)version {
return MPAlgorithmVersion0;
return MPAlgorithmVersionV0;
}
- (NSString *)description {