Fix typo: We're declaring methods of NSCoder, not NSConcreteCoder.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@389 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Andrew McCallum 1995-04-17 20:42:50 +00:00
parent fdd84db49b
commit 8d5e04bc53

View file

@ -29,9 +29,9 @@
#include <objects/stdobjects.h>
#include <objects/Coding.h>
#include <foundation/NSConcreteCoder.h>
#include <foundation/NSGCoder.h>
@interface NSConcreteCoder (GNU) <Encoding, Decoding>
@interface NSCoder (GNU) <Encoding, Decoding>
@end
#endif /* __objects_NSCoder_h_OBJECTS_INCLUDE */