mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Fix error with userInfo
This commit is contained in:
parent
3d0a836b87
commit
f5b7a99baa
1 changed files with 1 additions and 1 deletions
|
@ -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...
|
||||
|
|
Loading…
Reference in a new issue