From 9098391fe334d829ec4101f190b8f1fa21c30752 Mon Sep 17 00:00:00 2001 From: Tim King Date: Fri, 26 Apr 2013 17:10:21 -0400 Subject: FCSimplex branch merge --- src/context/cdhashset.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/context/cdhashset.h') 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); } -- cgit v1.2.3