Stop exporting Internal symbols
[platform/core/uifw/dali-toolkit.git] / base / dali-toolkit / public-api / controls / scrollable / scroll-view / scroll-view-custom-effect.h
index c1d6cd2..c77fe24 100644 (file)
@@ -24,7 +24,7 @@
 // INTERNAL INCLUDES
 #include <dali-toolkit/public-api/controls/scrollable/scroll-view/scroll-view-effect.h>
 
-namespace Dali DALI_IMPORT_API
+namespace Dali
 {
 
 class Actor;
@@ -56,7 +56,7 @@ class ScrollViewCustomEffect;
  * Automatic operation:
  * not implemented.
  */
-class ScrollViewCustomEffect : public ScrollViewEffect
+class DALI_IMPORT_API ScrollViewCustomEffect : public ScrollViewEffect
 {
 public:
   /**
@@ -464,7 +464,7 @@ protected:
    *
    * @param [in] impl A pointer to a newly allocated Dali resource
    */
-  ScrollViewCustomEffect( Internal::ScrollViewCustomEffect *impl );
+  explicit DALI_INTERNAL ScrollViewCustomEffect( Internal::ScrollViewCustomEffect *impl );
 
 };