summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/valueiterator.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/valueiterator.h b/include/valueiterator.h
index 037f061..62ec175 100644
--- a/include/valueiterator.h
+++ b/include/valueiterator.h
@@ -149,15 +149,15 @@ private:
/**
* Read current key and value
- * @return ValueIterator
+ * @return bool
*/
- ValueIterator &read();
+ bool read();
/**
* Invalidate the iterator
- * @return ValueIterator
+ * @return bool
*/
- ValueIterator &invalidate();
+ bool invalidate();
};
/**