summaryrefslogtreecommitdiff
path: root/zend/symbol.h
diff options
context:
space:
mode:
Diffstat (limited to 'zend/symbol.h')
-rw-r--r--zend/symbol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/zend/symbol.h b/zend/symbol.h
index fcad9eb..6a470bd 100644
--- a/zend/symbol.h
+++ b/zend/symbol.h
@@ -99,7 +99,7 @@ public:
* @param name Name of the function
*/
Symbol(void *handle, const char *name) :
- _method(DL_FETCH_SYMBOL(handle, name)) {}
+ _method(DL_FETCH_SYMBOL((DL_HANDLE)handle, name)) {}
/**
* Destructor