photosgallery/slideshow/engine/controlsrc/shwtimercontrol.cpp
branchRCL_3
changeset 25 191387a8b767
parent 18 bcb43dc84c44
--- a/photosgallery/slideshow/engine/controlsrc/shwtimercontrol.cpp	Wed Apr 14 15:57:24 2010 +0300
+++ b/photosgallery/slideshow/engine/controlsrc/shwtimercontrol.cpp	Tue Apr 27 16:37:53 2010 +0300
@@ -104,8 +104,8 @@
 	        "CShwTimerControl::NotifyL - TShwEventStartView %d", interval );
 
 		// Start the timer with the appropriate values for the event
-		iTimer->Start( interval, interval,
-			TShwCallBack< CShwTimerControl, SendTimerBeatL >( this ) );		
+        iTimer->Start(interval, interval, TShwCallBack<CShwTimerControl,
+                &CShwTimerControl::SendTimerBeatL> (this));     
 		}
     // was it start pause
 	else if ( dynamic_cast<TShwEventPause*>( aEvent ) )