Changes after TouchData renamed to TouchEvent
[platform/core/uifw/dali-toolkit.git] / docs / content / example-code / properties.cpp
index f421be2..e8f4d56 100644 (file)
@@ -95,7 +95,7 @@ public:
    * param[in] touch The touch-event
    * return Set to true if the signal was consumed correctly
    */
-  bool OnTouched( Actor actor, const TouchData& touch )
+  bool OnTouched( Actor actor, const TouchEvent& touch )
   {
     int touchedCount = 0;