From dfd135ee8039c901e535b0781ae1b27cb3365166 Mon Sep 17 00:00:00 2001 From: Andres Noetzli Date: Wed, 8 Sep 2021 18:28:25 -0700 Subject: Remove `TheoryState::options()` (#7148) This commit removes TheoryState::options() by changing more classes to EnvObjs. --- src/theory/quantifiers/term_pools.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/theory/quantifiers/term_pools.h') diff --git a/src/theory/quantifiers/term_pools.h b/src/theory/quantifiers/term_pools.h index 5a7556ad9..37b16a785 100644 --- a/src/theory/quantifiers/term_pools.h +++ b/src/theory/quantifiers/term_pools.h @@ -71,7 +71,7 @@ class TermPoolQuantInfo class TermPools : public QuantifiersUtil { public: - TermPools(QuantifiersState& qs); + TermPools(Env& env, QuantifiersState& qs); ~TermPools() {} /** reset, which resets the current values of pools */ bool reset(Theory::Effort e) override; -- cgit v1.2.3