Moved Gesture::State and -::Type to gesture-enumerations.h.
[platform/core/uifw/dali-core.git] / dali / internal / event / events / rotation-gesture / rotation-gesture-detector-impl.cpp
index b26f8f8..7ca2101 100644 (file)
@@ -58,7 +58,7 @@ RotationGestureDetectorPtr RotationGestureDetector::New()
 }
 
 RotationGestureDetector::RotationGestureDetector()
-: GestureDetector( Dali::Gesture::Rotation )
+: GestureDetector( GestureType::ROTATION )
 {
 }