photosgallery/slideshow/utils/shwcleanupwrapper.h
branchRCL_3
changeset 25 191387a8b767
parent 0 4e91876724a2
--- a/photosgallery/slideshow/utils/shwcleanupwrapper.h	Wed Apr 14 15:57:24 2010 +0300
+++ b/photosgallery/slideshow/utils/shwcleanupwrapper.h	Tue Apr 27 16:37:53 2010 +0300
@@ -76,7 +76,7 @@
 void ShwCleanupResetAndDestroyPushL( T& aObject )
 	{
 	CleanupStack::PushL( 
-		TShwCleanupWrapper< T, T::ResetAndDestroy >( aObject ) );
+	        TShwCleanupWrapper< T, &T::ResetAndDestroy >( aObject ) );
 	}
 
 #endif // __TSHWCLEANUPWRAPPER_H__