summaryrefslogtreecommitdiff
path: root/src/valueiterator.cpp
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-24 13:43:47 +0100
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-24 13:43:47 +0100
commit2fd4198b78358cf2ba527296fafb5b1728e28ea8 (patch)
tree798098f25293908c7fae4e35e8761918460cdb3e /src/valueiterator.cpp
parent930ab4880b65885322eb7ca4772b8cdb49a2b0ae (diff)
added tsrm parameter to all methods to make it compile on tsrm platforms
Diffstat (limited to 'src/valueiterator.cpp')
-rw-r--r--src/valueiterator.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/valueiterator.cpp b/src/valueiterator.cpp
index c43fbbb..65c687c 100644
--- a/src/valueiterator.cpp
+++ b/src/valueiterator.cpp
@@ -16,6 +16,7 @@ namespace Php {
/**
* Copy constructor
* @param that
+ * @param tsrm_ls
*/
ValueIterator::ValueIterator(const ValueIterator &that) : _impl(that._impl->clone()) {}