Fix typo in Obj-C wrapper
This commit is contained in:
Родитель
9feda39315
Коммит
30a403ef37
|
@ -142,7 +142,7 @@ NSMutableDictionary<NSString*, NSNumber*> * _piiTags;
|
|||
-(void)setPrivacyMetadata:(ODWPrivacyDataType)privTags withODWDiagLevel:(ODWDiagLevel)privLevel
|
||||
{
|
||||
[self setProperty:@"EventInfo.PrivTags" withUInt64Value:privTags];
|
||||
[self setProperty:@"ventInfo.Level" withUInt8Value:privLevel];
|
||||
[self setProperty:@"EventInfo.Level" withUInt8Value:privLevel];
|
||||
}
|
||||
|
||||
@end
|
||||
|
|
Загрузка…
Ссылка в новой задаче