summaryrefslogtreecommitdiff
path: root/include/value.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/value.h')
-rw-r--r--include/value.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/value.h b/include/value.h
index 8af95a5..d0079dc 100644
--- a/include/value.h
+++ b/include/value.h
@@ -67,10 +67,10 @@ public:
Value(struct _zval_struct *zval, bool ref = false);
/**
- * Wrap around an object
- * @param value The object value
+ * Wrap around an object implemented by us
+ * @param object Object to be wrapped
*/
- Value(const struct _zend_object_value &value);
+ Value(Base *base);
/**
* Copy constructor