1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-09 21:50:45 +01:00

XML push fragment fix

This commit is contained in:
Antonin Portelli 2018-04-06 22:53:01 +01:00
parent 1569a374a9
commit c8d4d184ee

View File

@ -75,6 +75,7 @@ void XmlWriter::pushXmlString(const std::string &s)
{ {
node_ = node_.append_copy(child); node_ = node_.append_copy(child);
} }
pop();
} }
void XmlWriter::pop(void) void XmlWriter::pop(void)