summaryrefslogtreecommitdiffstats
path: root/src/dom/lsimpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dom/lsimpl.h')
-rw-r--r--src/dom/lsimpl.h2
1 files changed, 1 insertions, 1 deletions
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