Code

Export/Import text as text + some bug-fixes.
[inkscape.git] / src / extension / internal / pov-out.cpp
index c915de75bfb3dbf34dcb8c65acb24c0070238d03..7ed7408db3632ddd8031a26910b22e5b28f1afe2 100644 (file)
@@ -120,7 +120,7 @@ static const char *dstr(double d)
 /**
  *  Output data to the buffer, printf()-style
  */
-void PovOutput::out(char *fmt, ...)
+void PovOutput::out(char const *fmt, ...)
 {
     va_list args;
     va_start(args, fmt);