Merge "Removed On(...)Event()" into devel/master
[platform/core/uifw/dali-core.git] / dali / public-api / actors / custom-actor-impl.h
index 39672af..9a978bc 100644 (file)
@@ -155,7 +155,7 @@ public:
    * @param[in] index The Property index that was set
    * @param[in] propertyValue The value to set
    */
-  virtual void OnPropertySet( Property::Index index, Property::Value propertyValue );
+  virtual void OnPropertySet( Property::Index index, const Property::Value& propertyValue );
 
   /**
    * @brief Called when the owning actor's size is set e.g. using Actor::SetSize().