summaryrefslogtreecommitdiff
path: root/src/context/cdhashset.h
diff options
context:
space:
mode:
authorTim King <taking@cs.nyu.edu>2013-04-26 17:10:21 -0400
committerMorgan Deters <mdeters@cs.nyu.edu>2013-04-26 17:10:21 -0400
commit9098391fe334d829ec4101f190b8f1fa21c30752 (patch)
treeb134fc1fe1c767a50013e1449330ca6a7ee18a3d /src/context/cdhashset.h
parenta9174ce4dc3939bbe14c9aa1fd11c79c7877eb16 (diff)
FCSimplex branch merge
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