summaryrefslogtreecommitdiffstats
path: root/src/qhpxmlwriter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/qhpxmlwriter.cpp')
-rw-r--r--src/qhpxmlwriter.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/qhpxmlwriter.cpp b/src/qhpxmlwriter.cpp
index 51058f4..f495aaa 100644
--- a/src/qhpxmlwriter.cpp
+++ b/src/qhpxmlwriter.cpp
@@ -18,7 +18,8 @@
#include "util.h"
QhpXmlWriter::QhpXmlWriter()
- : m_indentLevel(0), m_curLineIndented(false), m_compress(false)
+ : m_backend(std::ios_base::ate), m_indentLevel(0),
+ m_curLineIndented(false), m_compress(false)
{
}