summaryrefslogtreecommitdiff
path: root/src/theory/sets/theory_sets.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/sets/theory_sets.h')
-rw-r--r--src/theory/sets/theory_sets.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/theory/sets/theory_sets.h b/src/theory/sets/theory_sets.h
index 4c145aedb..7e5d23142 100644
--- a/src/theory/sets/theory_sets.h
+++ b/src/theory/sets/theory_sets.h
@@ -35,7 +35,8 @@ class TheorySets : public Theory
{
public:
/** Constructs a new instance of TheorySets w.r.t. the provided contexts. */
- TheorySets(context::Context* c,
+ TheorySets(Environment* env,
+ context::Context* c,
context::UserContext* u,
OutputChannel& out,
Valuation valuation,
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback