From 7ca42902c49bceffdbef6830cb23377eea6ae656 Mon Sep 17 00:00:00 2001 From: Peter Moulder Date: Sun, 16 Sep 2007 14:27:13 +0000 Subject: trivial: Address some g++-4.2 writable-strings warnings. (bzr r3758) --- src/dom/lsimpl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dom/lsimpl.h') diff --git a/src/dom/lsimpl.h b/src/dom/lsimpl.h index 0dd0dc62c..2375a1d49 100644 --- a/src/dom/lsimpl.h +++ b/src/dom/lsimpl.h @@ -236,7 +236,7 @@ private: void spaces(); - void po(char *fmt, ...) + void po(char const *fmt, ...) #ifdef G_GNUC_PRINTF G_GNUC_PRINTF(2, 3) #endif -- cgit v1.2.3