diff -r 4c33fc2d0ed2 -r 752e4c991b91 src/misc/autoptr.hpp --- 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;