photosgallery/slideshow/engine/controlsrc/shwtimercontrol.cpp
branchCompilerCompatibility
changeset 16 0bc0ea26031e
parent 0 4e91876724a2
--- a/photosgallery/slideshow/engine/controlsrc/shwtimercontrol.cpp	Sun Mar 28 16:36:22 2010 +0100
+++ b/photosgallery/slideshow/engine/controlsrc/shwtimercontrol.cpp	Tue Apr 06 17:25:48 2010 +0100
@@ -105,7 +105,7 @@
 
 		// Start the timer with the appropriate values for the event
 		iTimer->Start( interval, interval,
-			TShwCallBack< CShwTimerControl, SendTimerBeatL >( this ) );		
+			TShwCallBack< CShwTimerControl, &CShwTimerControl::SendTimerBeatL >( this ) );		
 		}
     // was it start pause
 	else if ( dynamic_cast<TShwEventPause*>( aEvent ) )