summaryrefslogtreecommitdiff
path: root/test/testutils/domtsasserts.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/testutils/domtsasserts.h')
-rw-r--r--test/testutils/domtsasserts.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testutils/domtsasserts.h b/test/testutils/domtsasserts.h
index bb39fe5..c301d88 100644
--- a/test/testutils/domtsasserts.h
+++ b/test/testutils/domtsasserts.h
@@ -55,7 +55,7 @@ bool is_uri_equals(char *scheme, char *path, char *host,
bool is_contenttype(const char *type);
-bool has_feature(char *feature, char *version);
+bool has_feature(const char *feature, const char *version);
bool implementation_attribute(char *name, bool value);