[Tizen] (Vector) Remove 'const' from GetLayerInfo method
[platform/core/uifw/dali-adaptor.git] / dali / devel-api / adaptor-framework / vector-animation-renderer-plugin.h
index a640f3c..efcd011 100644 (file)
@@ -106,7 +106,7 @@ public:
    *
    * @param[out] map The layer information
    */
-  virtual void GetLayerInfo( Property::Map& map ) const = 0;
+  virtual void GetLayerInfo( Property::Map& map ) = 0;
 
   /**
    * @brief Connect to this signal to be notified when the texture upload is completed.