mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-23 21:52:13 +00:00
add cast to fix compiler warning
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@24982 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
4294648b69
commit
db7fa69b12
1 changed files with 1 additions and 1 deletions
|
@ -298,7 +298,7 @@ extern BOOL GSScanDouble(unichar*, unsigned, double*);
|
|||
[parser abortParsing];
|
||||
return;
|
||||
}
|
||||
[[stack lastObject] setObject: plist forKey: key];
|
||||
[(NSMutableDictionary*)[stack lastObject] setObject: plist forKey: key];
|
||||
DESTROY(key);
|
||||
}
|
||||
DESTROY(value);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue