summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/term_database.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/quantifiers/term_database.h')
-rw-r--r--src/theory/quantifiers/term_database.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/quantifiers/term_database.h b/src/theory/quantifiers/term_database.h
index dff595757..afb8d0c0c 100644
--- a/src/theory/quantifiers/term_database.h
+++ b/src/theory/quantifiers/term_database.h
@@ -76,7 +76,7 @@ class TermDb : public QuantifiersUtil {
typedef context::CDHashMap<Node, bool, NodeHashFunction> NodeBoolMap;
public:
- TermDb(context::Context* c, context::UserContext* u, QuantifiersEngine* qe);
+ TermDb(QuantifiersState& qs, QuantifiersEngine* qe);
~TermDb();
/** presolve (called once per user check-sat) */
void presolve();
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback