Code

Rearrange to enable code that does not directly rely on lcms.
[inkscape.git] / src / dom / xmlwriter.cpp
index 13fe76e5af68fb2d32dbb4b76358fd49470ce585..2b056cf9fe10cf7bef82d6e31d91c328e1a22244 100644 (file)
@@ -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;