summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/context/cdhashmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/context/cdhashmap.h b/src/context/cdhashmap.h
index b6024b65d..5b7a4dab1 100644
--- a/src/context/cdhashmap.h
+++ b/src/context/cdhashmap.h
@@ -406,7 +406,7 @@ public:
iterator(const iterator& i) : d_it(i.d_it) {}
// Default constructor
- iterator() {}
+ iterator() : d_it(nullptr) {}
// (Dis)equality
bool operator==(const iterator& i) const {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback