Re: Over-released Paragraph Style - Driving Me NUTS!
Re: Over-released Paragraph Style - Driving Me NUTS!
- Subject: Re: Over-released Paragraph Style - Driving Me NUTS!
- From: Seth Willits <email@hidden>
- Date: Thu, 19 Oct 2006 19:32:26 -0700
On Oct 19, 2006, at 6:17 PM, Chris Suter wrote:
- (id)init;
{
NSParagraphStyle * pgs = [[Singleton defaultInstance]
defaultParagraph];
dictionary = [[NSMutableDictionary alloc] init];
[dictionary setObject:pgs forKey:NSParagraphStyleAttributeName];
}
Is your init method for the language class missing return self?
No. Like I said, the code was simplified to be applicable. It's all
structurally correct.
--
Seth Willits
_______________________________________________
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