Trivial keyed archiving fix

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19036 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
CaS 2004-04-06 10:39:26 +00:00
parent 2218c46426
commit 3c3f04a5a1
2 changed files with 3 additions and 1 deletions

View file

@ -106,7 +106,7 @@ static SEL objSel;
{
if ([aCoder allowsKeyedCoding])
{
self = [super initWithCoder: aCoder];
[super encodeWithCoder: aCoder];
}
else
{