diff options
Diffstat (limited to 'src/xmlgen.cpp')
-rw-r--r-- | src/xmlgen.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmlgen.cpp b/src/xmlgen.cpp index ef45139..aca2094 100644 --- a/src/xmlgen.cpp +++ b/src/xmlgen.cpp @@ -153,7 +153,7 @@ class TextGeneratorXMLImpl : public TextGeneratorIntf { public: TextGeneratorXMLImpl(QTextStream &t): m_t(t) {} - void writeString(const char *s) const + void writeString(const char *s,bool /*keepSpaces*/) const { writeXMLString(m_t,s); } |