summaryrefslogtreecommitdiff
path: root/src/context/cdhashset.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/context/cdhashset.h')
-rw-r--r--src/context/cdhashset.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/context/cdhashset.h b/src/context/cdhashset.h
index c0fc95637..e2ffac49b 100644
--- a/src/context/cdhashset.h
+++ b/src/context/cdhashset.h
@@ -61,7 +61,7 @@ public:
return super::insert_safe(v, true);
}
- bool contains(const V& v) {
+ bool contains(const V& v) const {
return super::contains(v);
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback