summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/term_registry.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/quantifiers/term_registry.h')
-rw-r--r--src/theory/quantifiers/term_registry.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/quantifiers/term_registry.h b/src/theory/quantifiers/term_registry.h
index cf2ba7a47..c3e4fcf4c 100644
--- a/src/theory/quantifiers/term_registry.h
+++ b/src/theory/quantifiers/term_registry.h
@@ -39,7 +39,7 @@ class FirstOrderModel;
*/
class TermRegistry
{
- using NodeSet = context::CDHashSet<Node, NodeHashFunction>;
+ using NodeSet = context::CDHashSet<Node>;
public:
TermRegistry(QuantifiersState& qs,
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback