Merge "Moved Gesture::State and -::Type to gesture-enumerations.h." into devel/master
[platform/core/uifw/dali-demo.git] / examples / image-scaling-and-filtering / image-scaling-and-filtering-example.cpp
index 981c6f0..e79ff90 100644 (file)
@@ -530,7 +530,7 @@ public:
 
   void OnPinch( Actor actor, const PinchGesture& pinch )
   {
-    if( pinch.GetState() == Gesture::Started )
+    if( pinch.GetState() == GestureState::STARTED )
     {
       mLastPinchScale = pinch.GetScale();
     }