mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +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
02e64e5e84
commit
f06901aa8b
4 changed files with 12 additions and 12 deletions
|
@ -198,7 +198,7 @@
|
|||
int main()
|
||||
{
|
||||
id l = [[Server alloc] init];
|
||||
id o = [[Object alloc] init];
|
||||
id o = [[NSObject alloc] init];
|
||||
double d;
|
||||
Connection *c;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue