[Tizen] (Vector) Remove 'const' from GetLayerInfo method
[platform/core/uifw/dali-adaptor.git] / dali / devel-api / adaptor-framework / vector-animation-renderer.cpp
index f55d839..692b485 100755 (executable)
@@ -89,7 +89,7 @@ void VectorAnimationRenderer::GetDefaultSize( uint32_t& width, uint32_t& height
   GetImplementation( *this ).GetDefaultSize( width, height );
 }
 
-void VectorAnimationRenderer::GetLayerInfo( Property::Map& map ) const
+void VectorAnimationRenderer::GetLayerInfo( Property::Map& map )
 {
   GetImplementation( *this ).GetLayerInfo( map );
 }