Changes required after some Actor Devel APIs made public
[platform/core/uifw/dali-demo.git] / examples / pivot / pivot-example.cpp
index 9ea5f47..fe62dcf 100644 (file)
@@ -116,7 +116,7 @@ private:
   void OnTap( Actor actor, const TapGesture& /* tap */ )
   {
     // Raise the actor to the top.
-    DevelActor::RaiseToTop( actor );
+    actor.RaiseToTop();
 
     // Create the animation to rotate and scale our actor.
     Animation animation = Animation::New( 1.0f );