X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Fhelpers%2Fproperty-helper.cpp;h=db8597b56e5e436d7facad9d47be7841b29f213b;hb=8a647e87a01c5c78451653c1264a9eea81ac9b20;hp=94be0237c035c5a53b5bd87a5b98be40a0a1791d;hpb=867aa572372bf901975516db0fa77630754a8c27;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/internal/helpers/property-helper.cpp b/dali-toolkit/internal/helpers/property-helper.cpp index 94be023..db8597b 100644 --- a/dali-toolkit/internal/helpers/property-helper.cpp +++ b/dali-toolkit/internal/helpers/property-helper.cpp @@ -39,7 +39,7 @@ bool GetStringFromProperty( const Property::Value& value, std::string& output ) } else { - Property::Array* array = value.GetArray(); + const Property::Array* array = value.GetArray(); if( array ) { const unsigned int arraySize = array->Size();