Fix error with userInfo

This commit is contained in:
Gregory John Casamento 2019-08-06 11:05:23 -04:00
parent 3d0a836b87
commit f5b7a99baa

View file

@ -298,7 +298,7 @@ static NSMutableDictionary *__subscribers = nil;
- (void)setUserInfoObject: (id)obj
forKey: (NSProgressUserInfoKey)key
{
[_userInfo setObject: obj forKey: key];
[internal->_userInfo setObject: obj forKey: key];
}
// Instance property accessors...