X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=base%2Fdali-toolkit%2Fpublic-api%2Fcontrols%2Fscrollable%2Fscroll-view%2Fscroll-view-effect.h;h=40ca06eb71085592f23e86ec9e4fcb469f199752;hb=7e315a440bad7033d19fefa8f9952d625ee6f076;hp=c4dca0295c8cd7ada11f34893f070081513deb98;hpb=721c0559a8dad6ad2b5618f16ac1fee753973f70;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/base/dali-toolkit/public-api/controls/scrollable/scroll-view/scroll-view-effect.h b/base/dali-toolkit/public-api/controls/scrollable/scroll-view/scroll-view-effect.h index c4dca02..40ca06e 100644 --- a/base/dali-toolkit/public-api/controls/scrollable/scroll-view/scroll-view-effect.h +++ b/base/dali-toolkit/public-api/controls/scrollable/scroll-view/scroll-view-effect.h @@ -18,10 +18,11 @@ * */ -// INTERNAL INCLUDES -#include +// EXTERNAL INCLUDES +#include +#include -namespace Dali DALI_IMPORT_API +namespace Dali { struct Vector2; @@ -54,7 +55,7 @@ typedef ScrollViewEffectContainer::const_iterator ScrollViewEffectConstIter; /// * constraints that are applied to ShaderEffects or Actors using these * properties as inputs. */ -class ScrollViewEffect : public Dali::BaseHandle +class DALI_IMPORT_API ScrollViewEffect : public Dali::BaseHandle { public: @@ -73,7 +74,7 @@ public: // Not intended for application developers * * @param [in] impl A pointer to a newly allocated Dali resource */ - ScrollViewEffect(Internal::ScrollViewEffect *impl); + explicit DALI_INTERNAL ScrollViewEffect(Internal::ScrollViewEffect *impl); };