summaryrefslogtreecommitdiff
path: root/src/theory/uf
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/uf')
-rw-r--r--src/theory/uf/morgan/theory_uf_morgan.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/uf/morgan/theory_uf_morgan.h b/src/theory/uf/morgan/theory_uf_morgan.h
index 99e6f5fbc..cbc5f1eab 100644
--- a/src/theory/uf/morgan/theory_uf_morgan.h
+++ b/src/theory/uf/morgan/theory_uf_morgan.h
@@ -74,7 +74,7 @@ private:
/**
* Instance of the congruence closure module.
*/
- CongruenceClosure<CongruenceChannel> d_cc;
+ CongruenceClosure<CongruenceChannel, CongruenceOperator<kind::APPLY_UF> > d_cc;
/**
* Our union find for equalities.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback