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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/theory/idl/theory_idl.h b/src/theory/idl/theory_idl.h
index 7c879e722..aa7267eb7 100644
--- a/src/theory/idl/theory_idl.h
+++ b/src/theory/idl/theory_idl.h
@@ -45,7 +45,8 @@ public:
/** Theory constructor. */
TheoryIdl(context::Context* c, context::UserContext* u, OutputChannel& out,
- Valuation valuation, const LogicInfo& logicInfo);
+ Valuation valuation, const LogicInfo& logicInfo,
+ SmtGlobals* globals);
/** Pre-processing of input atoms */
Node ppRewrite(TNode atom);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback