[OGo-Developer] Method not in header file

Helge Hess developer@opengroupware.org
Thu, 28 Jun 2007 14:58:45 +0200


On 28.06.2007, at 14:54, Adam Tauno Williams wrote:
> Is there a reason this method is not in the header file?  Adding it  
> makes the warning go away.

Yes, the public method is NSObject's -isEqual:. You should not depend  
on internal methods.

Greets,
   Helge