summaryrefslogtreecommitdiff
path: root/contrib/alttheoryskel/theory_DIR.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/alttheoryskel/theory_DIR.cpp')
-rw-r--r--contrib/alttheoryskel/theory_DIR.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/contrib/alttheoryskel/theory_DIR.cpp b/contrib/alttheoryskel/theory_DIR.cpp
index ce29fd34d..3f89abbab 100644
--- a/contrib/alttheoryskel/theory_DIR.cpp
+++ b/contrib/alttheoryskel/theory_DIR.cpp
@@ -11,8 +11,9 @@ Theory$camel::Theory$camel(context::Context* c,
context::UserContext* u,
OutputChannel& out,
Valuation valuation,
- const LogicInfo& logicInfo) :
- Theory(THEORY_$alt_id, c, u, out, valuation, logicInfo) {
+ const LogicInfo& logicInfo,
+ SmtGlobals* globals) :
+ Theory(THEORY_$alt_id, c, u, out, valuation, logicInfo, globals) {
}/* Theory$camel::Theory$camel() */
void Theory$camel::check(Effort level) {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback