| |||
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
I have installed XCode 2.3 and i have a problem with a piece of code. I'have two classes like this:
@interface MyClass : NSObject { @private id sd_delegate;
@interface MySubClass : MyClass { @private id sd_delegate;
With XCode 2.2.1, private ivar from superclass was hidden in subclasses @interface (and @implementation), and it compile well, but with XCode 2.3 it appears that private ivars are only hidden in subclasses @implementation and i get this error: duplicate member 'sd_delegate'.
Gcc invocation look like this:
..... Is this a last gcc version bug, or was this a gcc 4.0 bug?
Which XCode version was right?
b.bum _______________________________________________ Do not post admin requests to the list. They will be ignored. Xcode-users mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/xcode-users/email@hidden
| References: | |
| >Obj-C private and XCode 2.3 (From: Jean-Daniel Dupas <email@hidden>) |
| Home | Archives | FAQ | Terms/Conditions | Contact | RSS | Lists | About |
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2007 Apple Inc. All rights reserved.