mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
fix bad type case
This commit is contained in:
parent
cfc158b4ce
commit
f19650b9df
1 changed files with 1 additions and 1 deletions
|
@ -641,7 +641,7 @@ OAppend(id obj, NSDictionary *loc, unsigned lev, unsigned step,
|
|||
OAppend(aPropertyList, loc, 0, step > 3 ? 3 : step, dest);
|
||||
return dest;
|
||||
}
|
||||
return (*(id(*)(id,SEL,id,id,id))originalImp)
|
||||
return (*(id(*)(id,SEL,id,NSPropertyListFormat,NSString**))originalImp)
|
||||
(self, _cmd, aPropertyList, aFormat, anErrorString);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue