Revert "Changes after TouchData renamed to TouchEvent"
[platform/core/uifw/dali-demo.git] / examples / scroll-view / scroll-view-example.cpp
index e9c65d0..ab7789a 100644 (file)
@@ -499,7 +499,7 @@ private:
    * @param[in] actor The actor touched
    * @param[in] event The touch information.
    */
-  bool OnTouchImage( Actor actor, const TouchEvent& event )
+  bool OnTouchImage( Actor actor, const TouchData& event )
   {
     if( (event.GetPointCount() > 0) && (!mScrolling) )
     {