From: Adeel Kazmi Date: Tue, 3 Oct 2017 16:27:54 +0000 (+0100) Subject: Changed required after moving ScrollMode property of ScrollView moved to the Public API X-Git-Tag: dali_1.3.19~27 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F46%2F153946%2F1;p=platform%2Fcore%2Fuifw%2Fdali-csharp-binder.git Changed required after moving ScrollMode property of ScrollView moved to the Public API Change-Id: I7f1afbb907df970a6eeda47dffafeb1dcdd64170 --- diff --git a/dali-csharp-binder/src/dali_wrap.cpp b/dali-csharp-binder/src/dali_wrap.cpp index 9b4ab64..06a3717 100755 --- a/dali-csharp-binder/src/dali_wrap.cpp +++ b/dali-csharp-binder/src/dali_wrap.cpp @@ -451,7 +451,6 @@ SWIGINTERN void SWIG_CSharpException(int code, const char *msg) { #include #include #include -#include #include #include @@ -68868,7 +68867,7 @@ SWIGEXPORT int SWIGSTDCALL CSharp_Dali_ScrollView_Property_SCROLL_MODE_get() { int jresult ; int result; - result = (int)Dali::Toolkit::DevelScrollView::Property::SCROLL_MODE; + result = (int)Dali::Toolkit::ScrollView::Property::SCROLL_MODE; jresult = (int)result; return jresult; }