X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fpublic-api%2Factors%2Fcustom-actor-impl.cpp;h=19f03e9651f83e2268f2ab0ddac6063c52b14575;hb=fa6c92f93abcf2b5f8c2f1402abfe5a96e6e89b6;hp=1486ba883f446e5b87fc76afa1f0bf6e190ab41a;hpb=5f200f16a783b85be40da73ce02ac98bb6a60096;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/public-api/actors/custom-actor-impl.cpp b/dali/public-api/actors/custom-actor-impl.cpp index 1486ba8..19f03e9 100644 --- a/dali/public-api/actors/custom-actor-impl.cpp +++ b/dali/public-api/actors/custom-actor-impl.cpp @@ -30,7 +30,7 @@ CustomActor CustomActorImpl::Self() const return CustomActor(mOwner); } -void CustomActorImpl::OnPropertySet( Property::Index index, Property::Value propertyValue ) +void CustomActorImpl::OnPropertySet( Property::Index index, const Property::Value& propertyValue ) { }