diff options
Diffstat (limited to 'ext/json/php_json_parser.h')
-rw-r--r-- | ext/json/php_json_parser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/json/php_json_parser.h b/ext/json/php_json_parser.h index edc6c4ee41..997213f42e 100644 --- a/ext/json/php_json_parser.h +++ b/ext/json/php_json_parser.h @@ -57,7 +57,7 @@ struct _php_json_parser { zval *return_value; unsigned int depth; int max_depth; - const php_json_parser_methods *methods; + php_json_parser_methods methods; }; PHP_JSON_API void php_json_parser_init_ex( |