summaryrefslogtreecommitdiff
path: root/zend/value.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'zend/value.cpp')
-rw-r--r--zend/value.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/zend/value.cpp b/zend/value.cpp
index 4a59d97..8c8cc9a 100644
--- a/zend/value.cpp
+++ b/zend/value.cpp
@@ -156,8 +156,7 @@ Value::Value(double value)
* @param zval Value to wrap
* @param ref Force this to be a reference
*/
-Value::Value(struct _zval_struct *val, bool ref)
-: _val(val)
+Value::Value(struct _zval_struct *val, bool ref) : _val(val)
{
// if the variable is not already a reference, and it has more than one
// variable pointing to it, we should seperate it so that any changes