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:
Andrew McCallum 1995-04-17 22:02:48 +00:00
parent b2182f2622
commit 028af614f9

View file

@ -5,7 +5,7 @@
#include <objects/Proxy.h>
#include "second-server.h"
@interface AppellationObject : Object
@interface AppellationObject : NSObject
{
const char *appellation;
}