From f45bad0112192abb47cd350abdb5414e385c38b1 Mon Sep 17 00:00:00 2001 From: Andres Noetzli Date: Fri, 15 Nov 2019 17:52:15 -0800 Subject: Remove static --- src/theory/arrays/theory_arrays.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/theory/arrays/theory_arrays.cpp') diff --git a/src/theory/arrays/theory_arrays.cpp b/src/theory/arrays/theory_arrays.cpp index f2beec0b8..67af54488 100644 --- a/src/theory/arrays/theory_arrays.cpp +++ b/src/theory/arrays/theory_arrays.cpp @@ -56,13 +56,14 @@ const bool d_solveWrite2 = false; //bool d_lazyRIntro1 = true; //bool d_eagerIndexSplitting = false; -TheoryArrays::TheoryArrays(context::Context* c, +TheoryArrays::TheoryArrays(Environment* env, + context::Context* c, context::UserContext* u, OutputChannel& out, Valuation valuation, const LogicInfo& logicInfo, std::string name) - : Theory(THEORY_ARRAYS, c, u, out, valuation, logicInfo, name), + : Theory(THEORY_ARRAYS, env, c, u, out, valuation, logicInfo, name), d_numRow(name + "theory::arrays::number of Row lemmas", 0), d_numExt(name + "theory::arrays::number of Ext lemmas", 0), d_numProp(name + "theory::arrays::number of propagations", 0), -- cgit v1.2.3