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:
mccallum 1995-04-17 20:42:50 +00:00
parent 5b35d45ef5
commit 2e650305f3

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 */