Inherit from NSObject, not Object.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@198 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
mccallum 1995-03-23 04:09:55 +00:00
parent d4a12ec0c6
commit 7a9646097c
4 changed files with 12 additions and 12 deletions

View file

@ -57,7 +57,7 @@ struct myarray {
@end
#endif
@interface Server : Object <ServerProtocol,InvalidationListening>
@interface Server : NSObject <ServerProtocol,InvalidationListening>
{
id theList;
}