Re: Subclassing NSMutableDictionary
Re: Subclassing NSMutableDictionary
- Subject: Re: Subclassing NSMutableDictionary
- From: Shawn Erickson <email@hidden>
- Date: Tue, 29 Nov 2005 10:34:40 -0800
On 11/29/05, Guy English <email@hidden> wrote:
> - (id)init
> {
> self = [super init];
> if (self != nil) {
> [self setObject: [NSMutableArray array] forKey:@"children"];
> }
> return self;
> }
Yup good catch... copy and paste without thinking is a bad thing.
_______________________________________________
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