--- 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;