Code

fix 1243587 and misc fixes
[inkscape.git] / src / dom / xmlwriter.h
index bd8501019f7c94f18fce67f3d5f6dc6988caea3e..925dacd51172b47e073a58237c9328bf82b43bcf 100644 (file)
@@ -33,6 +33,7 @@
 
 #include "dom.h"
 #include <stdio.h>
+#include <glib.h>
 
 
 namespace org
@@ -64,7 +65,7 @@ protected:
 
     void spaces();
 
-    void po(char *str, ...);
+    void po(char *str, ...) G_GNUC_PRINTF(2,3);
 
     void pos(const DOMString &str);