mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
([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:
parent
d79c81fc30
commit
f1c72808f6
1 changed files with 2 additions and 2 deletions
|
@ -87,8 +87,8 @@
|
|||
|
||||
- (void) encodeObject: (id)anObject;
|
||||
{
|
||||
[self encodeValuesOfObjCTypes:@encode(id)
|
||||
at:&object];
|
||||
[self encodeValueOfObjCType:@encode(id)
|
||||
at: &anObject];
|
||||
}
|
||||
|
||||
- (void) encodePropertyList: (id)plist;
|
||||
|
|
Loading…
Reference in a new issue