summaryrefslogtreecommitdiff
path: root/src/util/trans_closure.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/trans_closure.h')
-rw-r--r--src/util/trans_closure.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/trans_closure.h b/src/util/trans_closure.h
index a551d4a31..3cb3385dd 100644
--- a/src/util/trans_closure.h
+++ b/src/util/trans_closure.h
@@ -26,7 +26,7 @@
#include <map>
#include "context/cdlist.h"
-#include "context/cdmap.h"
+#include "context/cdhashmap.h"
#include "context/cdo.h"
namespace CVC4 {
@@ -128,7 +128,7 @@ public:
*/
class TransitiveClosureNode : public TransitiveClosure{
context::CDO< unsigned > d_counter;
- context::CDMap< Node, unsigned, NodeHashFunction > nodeMap;
+ context::CDHashMap< Node, unsigned, NodeHashFunction > nodeMap;
//for debugging
context::CDList< std::pair< Node, Node > > currEdges;
public:
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback