Refactoring Gestures Class
[platform/core/uifw/dali-core.git] / dali / internal / event / events / rotation-gesture / rotation-gesture-detector-impl.cpp
index debf1d0..b26f8f8 100644 (file)
@@ -58,11 +58,11 @@ RotationGestureDetectorPtr RotationGestureDetector::New()
 }
 
 RotationGestureDetector::RotationGestureDetector()
-: GestureDetector( Gesture::Rotation )
+: GestureDetector( Dali::Gesture::Rotation )
 {
 }
 
-void RotationGestureDetector::EmitRotationGestureSignal( Dali::Actor actor, const RotationGesture& rotation )
+void RotationGestureDetector::EmitRotationGestureSignal( Dali::Actor actor, const Dali::RotationGesture& rotation )
 {
   // Guard against destruction during signal emission
   Dali::RotationGestureDetector handle( this );