summaryrefslogtreecommitdiff
path: root/include/classbase.h
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-04 22:01:44 +0100
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-04 22:01:44 +0100
commit29ea3a29642f5cec612f102683e6d43aba226148 (patch)
treeae9e268f5db60c79ee9f00c0294ca6865beb60ac /include/classbase.h
parent5aaeb88d8b753a3b51e81c36dba6293dd436148b (diff)
fixed some examples
Diffstat (limited to 'include/classbase.h')
-rw-r--r--include/classbase.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/classbase.h b/include/classbase.h
index d3f3833..9dd4628 100644
--- a/include/classbase.h
+++ b/include/classbase.h
@@ -18,6 +18,7 @@
* Forward declarations
*/
struct _zend_object_value;
+struct _zend_object_handlers;
/**
* Set up namespace
@@ -217,7 +218,7 @@ private:
* Retrieve pointer to our own object handlers
* @return zend_object_handlers
*/
- static zend_object_handlers *objectHandlers();
+ static struct _zend_object_handlers *objectHandlers();
/**
* Name of the class