summaryrefslogtreecommitdiff
path: root/include/classbase.h
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-08 14:15:15 +0100
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-08 14:15:15 +0100
commit78e7865b8dac7229bdc128af870a4cad11cf1cd2 (patch)
treeff0a660ca7916e7c7d5e75d3f82a09033d514a39 /include/classbase.h
parent2c484adbab9255498953739cb4d9751353cc804d (diff)
exception is now thrown when a function is called that does not exist
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 25d081f..f15e879 100644
--- a/include/classbase.h
+++ b/include/classbase.h
@@ -240,7 +240,7 @@ private:
* @param count
* @return int
*/
- static int countElements(struct _zval *object, long *count);
+ static int countElements(struct _zval_struct *object, long *count);
/**
* Retrieve pointer to our own object handlers