summaryrefslogtreecommitdiffstats
path: root/src/dom/xmlwriter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/dom/xmlwriter.cpp')
-rw-r--r--src/dom/xmlwriter.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dom/xmlwriter.cpp b/src/dom/xmlwriter.cpp
index 13fe76e5a..2b056cf9f 100644
--- a/src/dom/xmlwriter.cpp
+++ b/src/dom/xmlwriter.cpp
@@ -10,7 +10,7 @@
* Authors:
* Bob Jamison
*
- * Copyright (C) 2005 Bob Jamison
+ * Copyright (C) 2005-2008 Bob Jamison
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -62,7 +62,7 @@ void XmlWriter::spaces()
/**
*
*/
-void XmlWriter::po(char *fmt, ...)
+void XmlWriter::po(const char *fmt, ...)
{
char str[257];
va_list args;