mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
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:
parent
d4a12ec0c6
commit
7a9646097c
4 changed files with 12 additions and 12 deletions
|
@ -57,7 +57,7 @@ struct myarray {
|
|||
@end
|
||||
#endif
|
||||
|
||||
@interface Server : Object <ServerProtocol,InvalidationListening>
|
||||
@interface Server : NSObject <ServerProtocol,InvalidationListening>
|
||||
{
|
||||
id theList;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue