mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Make AppellationObject inherit from NSObject, not Object.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@395 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b2182f2622
commit
028af614f9
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
#include <objects/Proxy.h>
|
||||
#include "second-server.h"
|
||||
|
||||
@interface AppellationObject : Object
|
||||
@interface AppellationObject : NSObject
|
||||
{
|
||||
const char *appellation;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue