diff options
Diffstat (limited to 'src/libutil/xml-writer.cc')
-rw-r--r-- | src/libutil/xml-writer.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libutil/xml-writer.cc b/src/libutil/xml-writer.cc index b0e25f2c71d8..e5f0d9455e40 100644 --- a/src/libutil/xml-writer.cc +++ b/src/libutil/xml-writer.cc @@ -45,7 +45,7 @@ void XMLWriter::closeElement() } -void XMLWriter::writeShortElement(const string & name, +void XMLWriter::writeEmptyElement(const string & name, const XMLAttrs & attrs) { assert(!closed); |