Moved Gesture::State and -::Type to gesture-enumerations.h.
[platform/core/uifw/dali-core.git] / dali / public-api / events / gesture.cpp
index 2af5ea8..11b124c 100644 (file)
@@ -45,12 +45,12 @@ Gesture::~Gesture()
 {
 }
 
-Gesture::Type Gesture::GetType() const
+GestureType::Value Gesture::GetType() const
 {
   return GetImplementation(*this).GetType();
 }
 
-Gesture::State Gesture::GetState() const
+GestureState Gesture::GetState() const
 {
   return GetImplementation(*this).GetState();
 }