summaryrefslogtreecommitdiff
path: root/src/iteratorimpl.h
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/iteratorimpl.h
parent930ab4880b65885322eb7ca4772b8cdb49a2b0ae (diff)
added tsrm parameter to all methods to make it compile on tsrm platforms
Diffstat (limited to 'src/iteratorimpl.h')
-rw-r--r--src/iteratorimpl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/iteratorimpl.h b/src/iteratorimpl.h
index a88282a..babf9f0 100644
--- a/src/iteratorimpl.h
+++ b/src/iteratorimpl.h
@@ -32,12 +32,14 @@ public:
/**
* Clone the object
+ * @param tsrm_ls
* @return IteratorImpl*
*/
virtual IteratorImpl *clone() = 0;
/**
* Increment position (pre-increment)
+ * @param tsrm_ls
* @return bool
*/
virtual bool increment() = 0;