Conversion to Apache 2.0 license
[platform/core/uifw/dali-toolkit.git] / optional / dali-toolkit / internal / controls / selectors / rotating-selector-impl.cpp
index 29e2049..6442e27 100644 (file)
@@ -102,7 +102,7 @@ void RotatingSelector::OnInitialize()
 }
 
 RotatingSelector::RotatingSelector()
-: ControlImpl(true/*requires touch*/),
+: Control( REQUIRES_TOUCH_EVENTS ),
   mSelected(false),
   mSelectable(true),
   mIsAnimating(false)