From 0371a825b8c155750e9993cac3a7d1506416979a Mon Sep 17 00:00:00 2001 From: Jeff Teunissen Date: Sat, 11 Dec 2010 23:49:48 -0500 Subject: [PATCH] Damn, documented wrong method. --- ruamoko/include/AutoreleasePool.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruamoko/include/AutoreleasePool.h b/ruamoko/include/AutoreleasePool.h index 55280c8a3..ae03c7ce6 100644 --- a/ruamoko/include/AutoreleasePool.h +++ b/ruamoko/include/AutoreleasePool.h @@ -46,7 +46,7 @@ /** Generates an error. Never send this message to an instance of this class. */ -- (void) release; +- (id) retain; /** Generates an error. Never send this message to an instance of this class.