diff options
Diffstat (limited to 'src/dom/svg/svgparser.h')
| -rw-r--r-- | src/dom/svg/svgparser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dom/svg/svgparser.h b/src/dom/svg/svgparser.h index 548077dd5..2b7119040 100644 --- a/src/dom/svg/svgparser.h +++ b/src/dom/svg/svgparser.h @@ -88,7 +88,7 @@ private: * Test if the given substring exists at the given position * in parsebuf. Use get() in case of out-of-bounds */ - bool match(int pos, char *str); + bool match(int pos, char const *str); /** * |
