diff options
Diffstat (limited to 'php/src/IcePHP/Properties.cpp')
-rw-r--r-- | php/src/IcePHP/Properties.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php/src/IcePHP/Properties.cpp b/php/src/IcePHP/Properties.cpp index 639f59ca47d..80075a5d3f4 100644 --- a/php/src/IcePHP/Properties.cpp +++ b/php/src/IcePHP/Properties.cpp @@ -641,7 +641,7 @@ IcePHP::propertiesInit(TSRMLS_D) // zend_class_entry ce; #ifdef ICEPHP_USE_NAMESPACES - INIT_NS_CLASS_ENTRY(ce, STRCAST("Ice"), STRCAST("Properties"), _interfaceMethods); + INIT_NS_CLASS_ENTRY(ce, "Ice", "Properties", _interfaceMethods); #else INIT_CLASS_ENTRY(ce, "Ice_Properties", _interfaceMethods); #endif |