diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2004-05-07 12:56:01 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2004-05-07 12:56:01 (GMT) |
commit | 64ab36082a9cb658fd54c2b76fdf1a9b40ed7b74 (patch) | |
tree | c35eb3a8d51696f3a4cddc5f0e8d484466382833 /src/xmlgen.cpp | |
parent | 08b4b96ea20ded173b851aeb452c5d3c98e08cc4 (diff) | |
download | Doxygen-64ab36082a9cb658fd54c2b76fdf1a9b40ed7b74.zip Doxygen-64ab36082a9cb658fd54c2b76fdf1a9b40ed7b74.tar.gz Doxygen-64ab36082a9cb658fd54c2b76fdf1a9b40ed7b74.tar.bz2 |
Release-1.3.7
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); } |