X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Fhelpers%2Fproperty-helper.cpp;h=db8597b56e5e436d7facad9d47be7841b29f213b;hb=88f5c28e662678cc93e13a2bcc462ff2446012c1;hp=94be0237c035c5a53b5bd87a5b98be40a0a1791d;hpb=552e2979540e0ae7c11b70c78ef02e182cccbe2c;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();