photosgallery/slideshow/utils/shwcleanupwrapper.h
branchCompilerCompatibility
changeset 16 0bc0ea26031e
parent 0 4e91876724a2
--- a/photosgallery/slideshow/utils/shwcleanupwrapper.h	Sun Mar 28 16:36:22 2010 +0100
+++ b/photosgallery/slideshow/utils/shwcleanupwrapper.h	Tue Apr 06 17:25:48 2010 +0100
@@ -76,7 +76,7 @@
 void ShwCleanupResetAndDestroyPushL( T& aObject )
 	{
 	CleanupStack::PushL( 
-		TShwCleanupWrapper< T, T::ResetAndDestroy >( aObject ) );
+		TShwCleanupWrapper< T, &T::ResetAndDestroy >( aObject ) );
 	}
 
 #endif // __TSHWCLEANUPWRAPPER_H__