Changes after TouchData renamed to TouchEvent
[platform/core/uifw/dali-demo.git] / examples / text-label-emojis / text-label-emojis.cpp
index 3c96974..6068e61 100644 (file)
@@ -83,7 +83,7 @@ public:
     }
   }
 
-  bool OnTouch( Actor actor, const TouchData& event )
+  bool OnTouch( Actor actor, const TouchEvent& event )
   {
     if( 1u == event.GetPointCount() )
     {