mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
Changed superclass from Object to NSObject.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@84 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
930476bbcf
commit
39d6364374
20 changed files with 22 additions and 26 deletions
|
@ -31,7 +31,7 @@
|
|||
@class Dictionary;
|
||||
@class Stack;
|
||||
|
||||
@interface Coder : Object
|
||||
@interface Coder : NSObject
|
||||
{
|
||||
int format_version;
|
||||
int concrete_format_version;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue