Fix VD prevent issues
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / controls / scrollable / item-view / spiral-layout.h
index 00f550a..1a3e30c 100644 (file)
@@ -187,6 +187,14 @@ protected:
 
 private:
 
+  // Undefined
+  SpiralLayout( const SpiralLayout& spiralLayout );
+
+  // Undefined
+  SpiralLayout& operator=( const SpiralLayout& spiralLayout );
+
+private:
+
   struct Impl;
   Impl* mImpl;
 };