discuss-gnustep
[Top][All Lists]
Advanced

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

Re: Setter Gettor method style


From: Alexander Malmberg
Subject: Re: Setter Gettor method style
Date: Sat, 03 Aug 2002 21:22:01 +0200

> >   - (NSString *) title {
> >        return [[title retain] autorelease];
> 
> This is strictly equivalent to { return title; }

This is not true. I've fixed bugs in Pantomime caused by this.

- Alexander Malmberg



reply via email to

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