[Tizen] (Vector) Remove 'const' from GetLayerInfo method
[platform/core/uifw/dali-adaptor.git] / dali / internal / vector-animation / common / vector-animation-renderer-impl.cpp
index b1e3a17..0ec3ef0 100644 (file)
@@ -95,7 +95,7 @@ void VectorAnimationRenderer::GetDefaultSize( uint32_t& width, uint32_t& height
   mPlugin.GetDefaultSize( width, height );
 }
 
-void VectorAnimationRenderer::GetLayerInfo( Property::Map& map ) const
+void VectorAnimationRenderer::GetLayerInfo( Property::Map& map )
 {
   mPlugin.GetLayerInfo( map );
 }