--- a/photosgallery/slideshow/view/src/shwslideshowvolumecontrol.cpp Wed Apr 14 15:57:24 2010 +0300
+++ b/photosgallery/slideshow/view/src/shwslideshowvolumecontrol.cpp Tue Apr 27 16:37:53 2010 +0300
@@ -231,9 +231,9 @@
{
// Restart the timer
iTimer->Cancel();
- iTimer->Start( iInterval, iInterval,
- TShwCallBack< CShwSlideshowVolumeControl, TimerCallback>
- ( this ) );
+ iTimer->Start(iInterval, iInterval, TShwCallBack<
+ CShwSlideshowVolumeControl,
+ &CShwSlideshowVolumeControl::TimerCallback> (this));
}
}
}