X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fpublic-api%2Fevents%2Fgesture.cpp;h=11b124cb25a13c6c25c656e8e591342804da6d5d;hb=34745e42eed50817085b2e4868d301f8d43f9003;hp=2af5ea8a55298ca6daaa82a0c162c2f0780b96ce;hpb=894cc6056a3be0b9f478504524a54aca151ccffb;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/public-api/events/gesture.cpp b/dali/public-api/events/gesture.cpp index 2af5ea8..11b124c 100644 --- a/dali/public-api/events/gesture.cpp +++ b/dali/public-api/events/gesture.cpp @@ -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(); }