On Mon, Nov 8, 2010 at 10:53 AM, Jonny Taylor <[email protected]> wrote: > // Both these have errors: "request for member 'frameNumber' > in 'm', which is of non-class type 'objc_object* const'" > // when compiled as ObjC++ (.mm file).
Aha, this is an important point. That's why I didn't immediately pick up on the actual problem you were facing. Clang parses this without error. It looks like GCC was just never updated to handle properties in protocol definitions. --Kyle Sluder _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
