summaryrefslogtreecommitdiff
path: root/zend/module.h
diff options
context:
space:
mode:
Diffstat (limited to 'zend/module.h')
-rw-r--r--zend/module.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/zend/module.h b/zend/module.h
index 8f3d832..4fa6bce 100644
--- a/zend/module.h
+++ b/zend/module.h
@@ -92,7 +92,7 @@ public:
virtual ~Module()
{
// if the handle is still valid, we have to unload it
- if (_handle) DL_UNLOAD(_handle);
+ if (_handle) DL_UNLOAD((DL_HANDLE)_handle);
}
/**