summaryrefslogtreecommitdiff
path: root/src/theory/sets/theory_sets.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/sets/theory_sets.cpp')
-rw-r--r--src/theory/sets/theory_sets.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/theory/sets/theory_sets.cpp b/src/theory/sets/theory_sets.cpp
index 869cb8926..8e063219d 100644
--- a/src/theory/sets/theory_sets.cpp
+++ b/src/theory/sets/theory_sets.cpp
@@ -21,12 +21,13 @@ namespace CVC4 {
namespace theory {
namespace sets {
-TheorySets::TheorySets(context::Context* c,
+TheorySets::TheorySets(Environment* env,
+ context::Context* c,
context::UserContext* u,
OutputChannel& out,
Valuation valuation,
const LogicInfo& logicInfo)
- : Theory(THEORY_SETS, c, u, out, valuation, logicInfo),
+ : Theory(THEORY_SETS, env, c, u, out, valuation, logicInfo),
d_internal(new TheorySetsPrivate(*this, c, u))
{
// Do not move me to the header.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback