summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/ce_guided_conjecture.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/quantifiers/ce_guided_conjecture.cpp')
-rw-r--r--src/theory/quantifiers/ce_guided_conjecture.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/quantifiers/ce_guided_conjecture.cpp b/src/theory/quantifiers/ce_guided_conjecture.cpp
index 3af623f13..5af8eafc8 100644
--- a/src/theory/quantifiers/ce_guided_conjecture.cpp
+++ b/src/theory/quantifiers/ce_guided_conjecture.cpp
@@ -50,7 +50,7 @@ CegConjecture::CegConjecture(QuantifiersEngine* qe)
d_ceg_si = new CegConjectureSingleInv(qe, this);
d_ceg_pbe = new CegConjecturePbe(qe, this);
d_ceg_proc = new CegConjectureProcess(qe);
- d_ceg_gc = new CegGrammarConstructor(qe);
+ d_ceg_gc = new CegGrammarConstructor(qe, this);
}
CegConjecture::~CegConjecture() {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback