summaryrefslogtreecommitdiff
path: root/src/function.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/function.h')
-rw-r--r--src/function.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/function.h b/src/function.h
index fd60944..4c34ac7 100644
--- a/src/function.h
+++ b/src/function.h
@@ -67,7 +67,7 @@ public:
* @param prefix Active namespace prefix
* @param entry Entry to be filled
*/
- void initialize(const std::string &prefix, struct _zend_function_entry *entry)
+ void initialize(const std::string &prefix, zend_function_entry *entry)
{
// if there is a namespace prefix, we should adjust the name
if (prefix.size()) _ptr = HiddenPointer<Callable>(this, prefix+"\\"+(const char *)_ptr);