X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Fevent%2Fevents%2Frotation-gesture%2Frotation-gesture-detector-impl.cpp;h=b26f8f8ce13576593c2ce4237597cf65bd9e1e85;hb=refs%2Fchanges%2F81%2F235481%2F55;hp=debf1d0f6bce4f7968433a9d2e4113f766b60800;hpb=660b52cbe6ef084a86d748a9f755ea63c8c26b39;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/internal/event/events/rotation-gesture/rotation-gesture-detector-impl.cpp b/dali/internal/event/events/rotation-gesture/rotation-gesture-detector-impl.cpp index debf1d0..b26f8f8 100644 --- a/dali/internal/event/events/rotation-gesture/rotation-gesture-detector-impl.cpp +++ b/dali/internal/event/events/rotation-gesture/rotation-gesture-detector-impl.cpp @@ -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 );