src/misc/autoptr.hpp
changeset 7298 752e4c991b91
parent 7296 84069e62f29d
child 7299 78e41586905f
--- a/src/misc/autoptr.hpp	Sat Jul 21 12:39:46 2007 +0000
+++ b/src/misc/autoptr.hpp	Sat Jul 21 13:45:15 2007 +0000
@@ -45,7 +45,7 @@
 	}
 
 	/** give-up ownership and NULLify the raw pointer */
-	FORCEINLINE T* Release()
+	FORCEINLINE T* Detach()
 	{
 		T* p = m_p;
 		m_p = NULL;