([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:
Andrew McCallum 1996-02-22 16:04:15 +00:00
parent a652d3251c
commit 2749460f86

View file

@ -92,7 +92,7 @@
return 0;
}
- (void) encodeWithCoder: (Coder*)anEncoder
- (void) encodeWithCoder: (id <Encoding>)anEncoder
{
[super encodeWithCoder:anEncoder];
}