@@ -37,11 +37,11 @@ - retain; /** * Decreases the retain cound and frees the object if it reaches 0. */ -- release; +- (void)release; /** * Adds the object to the autorelease pool that is on top of the thread's stack. */ - autorelease;