summaryrefslogtreecommitdiffstats
path: root/src/dom/xmlreader.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/dom/xmlreader.cpp')
-rw-r--r--src/dom/xmlreader.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dom/xmlreader.cpp b/src/dom/xmlreader.cpp
index c6eae8ba3..825851479 100644
--- a/src/dom/xmlreader.cpp
+++ b/src/dom/xmlreader.cpp
@@ -156,7 +156,7 @@ int XmlReader::peek(int p)
* Test if the given substring exists at the given position
* in parsebuf. Use peek() in case of out-of-bounds
*/
-bool XmlReader::match(int pos, char *str)
+bool XmlReader::match(int pos, char const *str)
{
while (*str)
{