diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-02-26T17·55+0100 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-02-26T17·55+0100 |
commit | 91f25f0510db32d627bf5ed7d4067b90e37f2f86 (patch) | |
tree | 0693a9227b93adb66ba76cc975663d4edb6b2394 /src/libutil/xml-writer.hh | |
parent | 432328cc550cea6b6ab23b3eeca69dc2307c5c74 (diff) |
And another one
Diffstat (limited to 'src/libutil/xml-writer.hh')
-rw-r--r-- | src/libutil/xml-writer.hh | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/libutil/xml-writer.hh b/src/libutil/xml-writer.hh index fee2eb495eaf..3cefe3712c08 100644 --- a/src/libutil/xml-writer.hh +++ b/src/libutil/xml-writer.hh @@ -19,7 +19,7 @@ typedef map<string, string> XMLAttrs; class XMLWriter { private: - + std::ostream & output; bool indent; @@ -40,8 +40,6 @@ public: void writeEmptyElement(const string & name, const XMLAttrs & attrs = XMLAttrs()); - - void writeCharData(const string & data); private: void writeAttrs(const XMLAttrs & attrs); @@ -67,5 +65,5 @@ public: } }; - + } |