photosgallery/slideshow/engine/controlsrc/shweffectcontrol.cpp
branchRCL_3
changeset 25 191387a8b767
parent 18 bcb43dc84c44
child 35 420f6808bf21
--- a/photosgallery/slideshow/engine/controlsrc/shweffectcontrol.cpp	Wed Apr 14 15:57:24 2010 +0300
+++ b/photosgallery/slideshow/engine/controlsrc/shweffectcontrol.cpp	Tue Apr 27 16:37:53 2010 +0300
@@ -585,9 +585,9 @@
     SendEventL( &readyToView );
 
     // need to start timer to send the transition ready
-    iTransitionTimer->Start(
-        duration, duration, 
-        TShwCallBack< CShwEffectControl, SendTransitionReadyL >( this ) );
+    iTransitionTimer->Start(duration, duration, TShwCallBack<
+            CShwEffectControl, &CShwEffectControl::SendTransitionReadyL> (
+            this));
     }
 
 // -----------------------------------------------------------------------------