summaryrefslogtreecommitdiffstats
path: root/src/qhpxmlwriter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qhpxmlwriter.h')
-rw-r--r--src/qhpxmlwriter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qhpxmlwriter.h b/src/qhpxmlwriter.h
index 31c391e..f883ba6 100644
--- a/src/qhpxmlwriter.h
+++ b/src/qhpxmlwriter.h
@@ -51,7 +51,7 @@ class QhpXmlWriter
char const * const * attributes = 0);
void closePure(char const * elementName);
- std::stringstream m_backend;
+ std::ostringstream m_backend;
int m_indentLevel;
bool m_curLineIndented;
bool m_compress;