X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=base%2Fdali-toolkit%2Fpublic-api%2Fcontrols%2Fscrollable%2Fscroll-view%2Fscroll-view-carousel-effect.h;h=868ebcad28a4c8389c7f09fe587e20442cc8331d;hb=c95e793de54b10be70c3b6a68ec8952e430809c1;hp=2f321bb638c67b9df43e53ca46ba1977b85f19d6;hpb=d5e3ed5f5b1c8fdba3ae97ead8729620f54b3836;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/base/dali-toolkit/public-api/controls/scrollable/scroll-view/scroll-view-carousel-effect.h b/base/dali-toolkit/public-api/controls/scrollable/scroll-view/scroll-view-carousel-effect.h index 2f321bb..868ebca 100644 --- a/base/dali-toolkit/public-api/controls/scrollable/scroll-view/scroll-view-carousel-effect.h +++ b/base/dali-toolkit/public-api/controls/scrollable/scroll-view/scroll-view-carousel-effect.h @@ -21,7 +21,7 @@ // INTERNAL INCLUDES #include -namespace Dali DALI_IMPORT_API +namespace Dali { class Actor; @@ -61,7 +61,7 @@ class ScrollViewCarouselEffect; * Notes: * * Assumes Actor's AnchorPoint = AnchorPoint::CENTER */ -class ScrollViewCarouselEffect : public ScrollViewEffect +class DALI_IMPORT_API ScrollViewCarouselEffect : public ScrollViewEffect { public: @@ -104,7 +104,7 @@ protected: * This constructor is used by Dali New() methods. * @param [in] impl A pointer to a newly allocated Dali resource */ - ScrollViewCarouselEffect(Internal::ScrollViewCarouselEffect *impl); + explicit DALI_INTERNAL ScrollViewCarouselEffect(Internal::ScrollViewCarouselEffect *impl); };