photosgallery/slideshow/engine/controlsrc/shweffectcontrol.cpp
branchCompilerCompatibility
changeset 16 0bc0ea26031e
parent 0 4e91876724a2
--- a/photosgallery/slideshow/engine/controlsrc/shweffectcontrol.cpp	Sun Mar 28 16:36:22 2010 +0100
+++ b/photosgallery/slideshow/engine/controlsrc/shweffectcontrol.cpp	Tue Apr 06 17:25:48 2010 +0100
@@ -595,7 +595,7 @@
     // need to start timer to send the transition ready
     iTransitionTimer->Start(
         duration, duration, 
-        TShwCallBack< CShwEffectControl, SendTransitionReadyL >( this ) );
+        TShwCallBack< CShwEffectControl, &CShwEffectControl::SendTransitionReadyL >( this ) );
     }
 
 // -----------------------------------------------------------------------------