summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/first_order_model.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/quantifiers/first_order_model.h')
-rw-r--r--src/theory/quantifiers/first_order_model.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/theory/quantifiers/first_order_model.h b/src/theory/quantifiers/first_order_model.h
index 1969fdde7..05bdcbee6 100644
--- a/src/theory/quantifiers/first_order_model.h
+++ b/src/theory/quantifiers/first_order_model.h
@@ -39,7 +39,8 @@ class QuantifiersRegistry;
class FirstOrderModel
{
public:
- FirstOrderModel(QuantifiersState& qs,
+ FirstOrderModel(Env& env,
+ QuantifiersState& qs,
QuantifiersRegistry& qr,
TermRegistry& tr);
virtual ~FirstOrderModel() {}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback