Revert "Changes after TouchData renamed to TouchEvent"
[platform/core/uifw/dali-demo.git] / examples / hello-world / hello-world-example.cpp
index 8e19077..22a13ab 100644 (file)
@@ -54,7 +54,7 @@ public:
     window.KeyEventSignal().Connect( this, &HelloWorldController::OnKeyEvent );
   }
 
-  bool OnTouch( Actor actor, const TouchEvent& touch )
+  bool OnTouch( Actor actor, const TouchData& touch )
   {
     // quit the application
     mApplication.Quit();