discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Foundation.h help


From: Nicola Pero
Subject: Re: Foundation.h help
Date: Mon, 29 Nov 2010 16:42:13 +0100 (CET)

> NSAutoreleasePool * Pool = [NSAutoreleasePool alloc] init]; 

There's a typo ... that line should be

> NSAutoreleasePool * Pool = [[NSAutoreleasePool alloc] init];

Thanks




reply via email to

[Prev in Thread] Current Thread [Next in Thread]