mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Inherit from NSObject, not Object.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@191 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d759af926b
commit
7a35f3536a
1 changed files with 2 additions and 2 deletions
|
@ -2,9 +2,9 @@
|
|||
#ifndef _first_server_h
|
||||
#define _first_server_h
|
||||
|
||||
#include <objc/Object.h>
|
||||
#include <foundation/NSObject.h>
|
||||
|
||||
@interface FirstServer : Object
|
||||
@interface FirstServer : NSObject
|
||||
|
||||
- sayHiTo: (char *)name;
|
||||
|
||||
|
|
Loading…
Reference in a new issue