Stop unnecessary copying of property maps in ImageView::SetImage
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / controls / image-view / image-view-impl.cpp
index 89e4c7b..ec0e177 100644 (file)
@@ -90,7 +90,7 @@ void ImageView::SetImage( Image image )
   }
 }
 
-void ImageView::SetImage( Property::Map map )
+void ImageView::SetImage( const Property::Map& map )
 {
   mUrl.clear();
   mImage.Reset();