diff options
Diffstat (limited to 'src/xmlgen.cpp')
-rw-r--r-- | src/xmlgen.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xmlgen.cpp b/src/xmlgen.cpp index 8b9ed39..3b9d404 100644 --- a/src/xmlgen.cpp +++ b/src/xmlgen.cpp @@ -38,8 +38,8 @@ static inline void writeXMLString(QTextStream &t,const char *s) t << convertToXML(s); } -static void writeXMLLink(QTextStream &t,const char *compoundId,const char *memId, - const char *text) +static void writeXMLLink(QTextStream &t,const char *compoundId, + const char *memId,const char *text) { if (memId==0) { |