mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
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:
parent
fdd84db49b
commit
8d5e04bc53
1 changed files with 2 additions and 2 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue