Re: ObjectiveC++ strange warning at class declaration
Re: ObjectiveC++ strange warning at class declaration
- Subject: Re: ObjectiveC++ strange warning at class declaration
- From: "M. Uli Kusterer" <email@hidden>
- Date: Mon, 28 Mar 2005 14:05:16 +0200
At 13:48 Uhr +0200 28.03.2005, Peter Schmidt wrote:
Am 28.03.2005 um 10:38 schrieb Julien Palmas:
@class MXChannel;
class TCLutType;
Hello,
this is a typo. It must be:
@class MXChannel, TCLutType;
No. You can't declare a C++ class with @class. That part of his code
seems to be correct.
--
Cheers,
M. Uli Kusterer
------------------------------------------------------------
"The Witnesses of TeachText are everywhere..."
http://www.zathras.de
_______________________________________________
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