summaryrefslogtreecommitdiffstats
path: root/src/xmlgen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/xmlgen.cpp')
-rw-r--r--src/xmlgen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmlgen.cpp b/src/xmlgen.cpp
index b1cc535..dd793f6 100644
--- a/src/xmlgen.cpp
+++ b/src/xmlgen.cpp
@@ -203,7 +203,7 @@ class TextGeneratorXMLImpl : public TextGeneratorIntf
{
writeXMLString(m_t,s);
}
- void writeBreak() const {}
+ void writeBreak(int) const {}
void writeLink(const char *extRef,const char *file,
const char *anchor,const char *text
) const