summaryrefslogtreecommitdiff
path: root/src/iteratorimpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/iteratorimpl.h')
-rw-r--r--src/iteratorimpl.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/iteratorimpl.h b/src/iteratorimpl.h
index 4d15c73..a88282a 100644
--- a/src/iteratorimpl.h
+++ b/src/iteratorimpl.h
@@ -21,6 +21,16 @@ class IteratorImpl
{
public:
/**
+ * Constructor
+ */
+ IteratorImpl() {}
+
+ /**
+ * Destructor
+ */
+ virtual ~IteratorImpl() {}
+
+ /**
* Clone the object
* @return IteratorImpl*
*/