summaryrefslogtreecommitdiffstats
path: root/src/dom/uri.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/dom/uri.cpp')
-rw-r--r--src/dom/uri.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dom/uri.cpp b/src/dom/uri.cpp
index 9eff6b8b0..e68caf898 100644
--- a/src/dom/uri.cpp
+++ b/src/dom/uri.cpp
@@ -49,7 +49,7 @@ namespace dom
typedef struct
{
int ival;
- char *sval;
+ char const *sval;
int port;
} LookupEntry;
@@ -572,7 +572,7 @@ int URI::peek(int p)
-int URI::match(int p0, char *key)
+int URI::match(int p0, char const *key)
{
int p = p0;
while (p < parselen)