@@ -201,13 +201,13 @@ - (size_t)retainCount; /** * Decreases the retain cound and deallocates the object if it reaches 0. */ -- release; +- (void)release; /** * Deallocates the object and also frees all memory allocated via its memory * pool. */ - (void)dealloc; @end