Updated needed for Internal::Control cleanup
[platform/core/uifw/dali-demo.git] / examples / cluster / cluster-impl.cpp
index 1185549..0edda67 100644 (file)
@@ -92,7 +92,7 @@ void Cluster::OnInitialize()
 {
 }
 
-void Cluster::OnControlSizeSet( const Vector3& targetSize )
+void Cluster::OnSizeSet( const Vector3& targetSize )
 {
   mClusterSize = targetSize;
   GetImpl(mClusterStyle).SetClusterSize(targetSize);