diff -r d08a2bd7f23a -r 0bc0ea26031e photosgallery/slideshow/utils/shwcleanupwrapper.h --- 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__