mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
([Port -encodeWithCoder:]): Fix argument type.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@964 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a652d3251c
commit
2749460f86
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@
|
|||
return 0;
|
||||
}
|
||||
|
||||
- (void) encodeWithCoder: (Coder*)anEncoder
|
||||
- (void) encodeWithCoder: (id <Encoding>)anEncoder
|
||||
{
|
||||
[super encodeWithCoder:anEncoder];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue