]> granicus.if.org Git - php/commitdiff
fix build
authorAntony Dovgal <tony2001@php.net>
Fri, 28 Sep 2007 05:32:07 +0000 (05:32 +0000)
committerAntony Dovgal <tony2001@php.net>
Fri, 28 Sep 2007 05:32:07 +0000 (05:32 +0000)
ext/xsl/xsl_fe.h

index eb8ea06e42675165c8c940d044ef4df2704caff7..3153e78e9fd82eca0cfeff1c9c6fb9630fa2a112 100644 (file)
@@ -22,7 +22,7 @@
 #define XSL_FE_H
 
 extern const zend_function_entry php_xsl_xsltprocessor_class_functions[];
-extern const zend_class_entry *xsl_xsltprocessor_class_entry;
+extern zend_class_entry *xsl_xsltprocessor_class_entry;
 
 PHP_FUNCTION(xsl_xsltprocessor_import_stylesheet);
 PHP_FUNCTION(xsl_xsltprocessor_transform_to_doc);