Refactoring Gestures Class
[platform/core/uifw/dali-core.git] / dali / internal / event / events / rotation-gesture / rotation-gesture-event.h
index 436c7cd..31891e9 100644 (file)
@@ -47,7 +47,7 @@ struct RotationGestureEvent : public GestureEvent
    * @param[in]  state  The state of the gesture
    */
   RotationGestureEvent( Gesture::State state )
-  : GestureEvent( Gesture::Rotation, state )
+  : GestureEvent( Dali::Gesture::Rotation, state )
   {
   }