summaryrefslogtreecommitdiff
path: root/src/theory/arith/arith_state.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/arith/arith_state.h')
-rw-r--r--src/theory/arith/arith_state.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/theory/arith/arith_state.h b/src/theory/arith/arith_state.h
index a54ae6bf0..0f0f02f02 100644
--- a/src/theory/arith/arith_state.h
+++ b/src/theory/arith/arith_state.h
@@ -38,7 +38,8 @@ class TheoryArithPrivate;
class ArithState : public TheoryState
{
public:
- ArithState(context::Context* c, context::UserContext* u, Valuation val);
+ ArithState(Env& env,
+ Valuation val);
~ArithState() {}
/** Are we currently in conflict? */
bool isInConflict() const override;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback