Merge "Moved Gesture::State and -::Type to gesture-enumerations.h." into devel/master
[platform/core/uifw/dali-demo.git] / examples / item-view / item-view-example.cpp
index 237c807..addbfe5 100755 (executable)
@@ -551,7 +551,7 @@ public:
   {
     switch( gesture.GetState() )
     {
-      case Gesture::Started:
+      case GestureState::STARTED:
       {
         const Size& size = mApplication.GetWindow().GetSize();
 
@@ -563,7 +563,7 @@ public:
 
         break;
       }
-      case Gesture::Finished:
+      case GestureState::FINISHED:
       {
         Property::Map attributes;
         mItemView.DoAction( "stopScrolling", attributes );