Re: get superclass instance
Re: get superclass instance
- Subject: Re: get superclass instance
- From: "Sean McBride" <email@hidden>
- Date: Wed, 9 Mar 2005 10:39:14 -0500
- Organization: Rogue Research
On 2005-03-07 21:40, Thomas Lachand-Robert said:
>Also "void* x = super" is accepted, but it doesn't make sense. My guess
>is that there is a bug in the compiler here. Notice that "class" is not
"the" compiler? :)
void* x = super;
void* y = super->class;
builds in XCode 1.5, but with CodeWarrior 9.4 I get:
Error : undefined identifier 'super'
RRMainWindowController.m line 171 void* x = super;
Error : undefined identifier 'super'
RRMainWindowController.m line 172 void* y = super->class;
--
____________________________________________________________
Sean McBride, B. Eng email@hidden
Rogue Research www.rogue-research.com
Mac Software Developer Montréal, Québec, Canada
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden