X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=examples%2Fvisual-transitions%2Fbeat-control-impl.cpp;h=9dc35f456f3815fdecbe59228bbac6e7e639ed10;hb=de2dfd2633b51fb115f8281e2f4fdddb06a72de2;hp=770b4c622d794c951d37d5d59b8942d032d37407;hpb=fb787dbaaad693239cc1dda8f67b53d63d294c7d;p=platform%2Fcore%2Fuifw%2Fdali-demo.git diff --git a/examples/visual-transitions/beat-control-impl.cpp b/examples/visual-transitions/beat-control-impl.cpp index 770b4c6..9dc35f4 100644 --- a/examples/visual-transitions/beat-control-impl.cpp +++ b/examples/visual-transitions/beat-control-impl.cpp @@ -249,7 +249,7 @@ void BeatControl::SetProperty(BaseObject* object, Property::Index index, const P // Determine if a transform.size property exists in the map, and // save it. - Property::Map* map = value.GetMap(); + const Property::Map* map = value.GetMap(); if(map) { Property::Value* value = map->Find(Visual::Property::TRANSFORM, "transform");