summaryrefslogtreecommitdiff
path: root/src/theory/idl/theory_idl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/idl/theory_idl.h')
-rw-r--r--src/theory/idl/theory_idl.h11
1 files changed, 7 insertions, 4 deletions
diff --git a/src/theory/idl/theory_idl.h b/src/theory/idl/theory_idl.h
index 1d48d0785..851226942 100644
--- a/src/theory/idl/theory_idl.h
+++ b/src/theory/idl/theory_idl.h
@@ -41,11 +41,14 @@ class TheoryIdl : public Theory {
/** Process a new assertion, returns false if in conflict */
bool processAssertion(const IDLAssertion& assertion);
-public:
-
+ public:
/** Theory constructor. */
- TheoryIdl(context::Context* c, context::UserContext* u, OutputChannel& out,
- Valuation valuation, const LogicInfo& logicInfo);
+ TheoryIdl(Environment* env,
+ context::Context* c,
+ context::UserContext* u,
+ OutputChannel& out,
+ Valuation valuation,
+ const LogicInfo& logicInfo);
/** Pre-processing of input atoms */
Node ppRewrite(TNode atom) override;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback