summaryrefslogtreecommitdiff
path: root/ext/dom/domstringlist.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/dom/domstringlist.c')
-rw-r--r--ext/dom/domstringlist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dom/domstringlist.c b/ext/dom/domstringlist.c
index 6372e0c703..723445a675 100644
--- a/ext/dom/domstringlist.c
+++ b/ext/dom/domstringlist.c
@@ -35,7 +35,7 @@
* Since: DOM Level 3
*/
-zend_function_entry php_dom_domstringlist_class_functions[] = {
+const zend_function_entry php_dom_domstringlist_class_functions[] = {
PHP_FALIAS(item, dom_domstringlist_item, NULL)
{NULL, NULL, NULL}
};