WIP of the rapidJson update

This commit is contained in:
Areloch 2019-04-20 18:52:24 -05:00
parent af27fea500
commit dbd48cdbc1
39 changed files with 15695 additions and 2707 deletions

View file

@ -164,7 +164,7 @@ inline bool TamlJSONParser::parseType( rapidjson::Value::MemberIterator& memberI
if ( propertyState.getPropertyValueDirty() )
{
// Yes, so update the attribute.
fieldValue.SetString( propertyState.getPropertyValue() );
fieldValue.SetString(rapidjson::GenericStringRef<UTF8>(propertyState.getPropertyValue()) );
// Flag the document as dirty.
mDocumentDirty = true;