summaryrefslogtreecommitdiff
path: root/include/classbase.h
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-08 13:51:08 +0100
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-08 13:51:08 +0100
commit2c484adbab9255498953739cb4d9751353cc804d (patch)
treedb306429c9b8b759279ce4d8c4774394e572e71f /include/classbase.h
parent2e6efbd587e88be19b0c8f34d1597448125e23cf (diff)
various fixes to make the function call example compilable
Diffstat (limited to 'include/classbase.h')
-rw-r--r--include/classbase.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/classbase.h b/include/classbase.h
index 05ab2f4..25d081f 100644
--- a/include/classbase.h
+++ b/include/classbase.h
@@ -240,7 +240,7 @@ private:
* @param count
* @return int
*/
- static int countElements(zval *object, long *count TSRMLS_DC);
+ static int countElements(struct _zval *object, long *count);
/**
* Retrieve pointer to our own object handlers