summaryrefslogtreecommitdiff
path: root/ext/dom/namelist.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/dom/namelist.c')
-rw-r--r--ext/dom/namelist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dom/namelist.c b/ext/dom/namelist.c
index 6ff06f64ed..0f2862ebcb 100644
--- a/ext/dom/namelist.c
+++ b/ext/dom/namelist.c
@@ -35,7 +35,7 @@
* Since: DOM Level 3
*/
-zend_function_entry php_dom_namelist_class_functions[] = {
+const zend_function_entry php_dom_namelist_class_functions[] = {
PHP_FALIAS(getName, dom_namelist_get_name, NULL)
PHP_FALIAS(getNamespaceURI, dom_namelist_get_namespace_uri, NULL)
{NULL, NULL, NULL}