Skip to content

Commit

Permalink
adjust for coda-oss changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Smith committed Dec 29, 2021
1 parent 74ce242 commit db052a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion six/modules/c++/six/source/XmlLite.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ static xml::lite::Element& createValue(const std::string& name, const std::strin
bool addClassAttributes, const std::string& type, const std::string& attributeUri,
ToString toString)
{
auto& elem = xml::lite::createElement(name, uri, v, parent, toString);
auto& elem = xml::lite::addNewElement(xml::lite::QName(uri, name), v, parent, toString);
if (addClassAttributes)
{
addClassAttributes_(elem, type, attributeUri);
Expand Down

0 comments on commit db052a2

Please sign in to comment.