Revert "[Tizen](ATSPI) squashed implementation"
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / controls / scrollable / scroll-view / scroll-base-impl.cpp
index 1a5c766..ffc7570 100644 (file)
@@ -33,6 +33,13 @@ namespace Internal
 // ScrollBase
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
+ScrollBase::ScrollBase()
+: Scrollable(),
+  mParent(NULL),
+  mDelay(0.0f)
+{
+}
+
 ScrollBase::ScrollBase( ControlBehaviour behaviourFlags )
 : Scrollable( behaviourFlags ),
   mParent(NULL),