summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/quant_split.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/quantifiers/quant_split.h')
-rw-r--r--src/theory/quantifiers/quant_split.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/quantifiers/quant_split.h b/src/theory/quantifiers/quant_split.h
index 06b9c59f5..18aeec773 100644
--- a/src/theory/quantifiers/quant_split.h
+++ b/src/theory/quantifiers/quant_split.h
@@ -47,7 +47,7 @@ namespace quantifiers {
* one variable per quantified formula at a time.
*/
class QuantDSplit : public QuantifiersModule {
- typedef context::CDHashSet<Node, NodeHashFunction> NodeSet;
+ typedef context::CDHashSet<Node> NodeSet;
public:
QuantDSplit(QuantifiersState& qs,
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback