([NSCoder -encodeObject:]): Base on -encodeValueOfObjCType, not

-encodeValuesOfObjCTypes.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@772 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Andrew McCallum 1996-01-23 22:57:09 +00:00
parent d79c81fc30
commit f1c72808f6

View file

@ -87,8 +87,8 @@
- (void) encodeObject: (id)anObject;
{
[self encodeValuesOfObjCTypes:@encode(id)
at:&object];
[self encodeValueOfObjCType:@encode(id)
at: &anObject];
}
- (void) encodePropertyList: (id)plist;