summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/term_pools.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/quantifiers/term_pools.cpp')
-rw-r--r--src/theory/quantifiers/term_pools.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/theory/quantifiers/term_pools.cpp b/src/theory/quantifiers/term_pools.cpp
index 2d95c8b20..7bac0252d 100644
--- a/src/theory/quantifiers/term_pools.cpp
+++ b/src/theory/quantifiers/term_pools.cpp
@@ -36,7 +36,10 @@ void TermPoolQuantInfo::initialize()
d_skolemAddToPool.clear();
}
-TermPools::TermPools(QuantifiersState& qs) : d_qs(qs) {}
+TermPools::TermPools(Env& env, QuantifiersState& qs)
+ : QuantifiersUtil(env), d_qs(qs)
+{
+}
bool TermPools::reset(Theory::Effort e)
{
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback