Small improvements for keyed decoding.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@20242 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2004-10-21 21:01:36 +00:00
parent 208c87b881
commit 6ff377994a
3 changed files with 45 additions and 2 deletions

View file

@ -362,7 +362,7 @@
- (id) initWithCoder: (NSCoder*)aDecoder
{
id obj;
id obj = nil;
if([aDecoder allowsKeyedCoding])
{