summaryrefslogtreecommitdiff
path: root/src/theory/theory_engine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/theory_engine.cpp')
-rw-r--r--src/theory/theory_engine.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/theory/theory_engine.cpp b/src/theory/theory_engine.cpp
index 2472ae023..0b84893ae 100644
--- a/src/theory/theory_engine.cpp
+++ b/src/theory/theory_engine.cpp
@@ -173,6 +173,7 @@ void TheoryEngine::eqNotifyNewClass(TNode t){
TheoryEngine::TheoryEngine(context::Context* context,
context::UserContext* userContext,
+ ResourceManager* rm,
RemoveTermFormulas& iteRemover,
const LogicInfo& logicInfo)
: d_propEngine(nullptr),
@@ -205,7 +206,7 @@ TheoryEngine::TheoryEngine(context::Context* context,
d_true(),
d_false(),
d_interrupted(false),
- d_resourceManager(NodeManager::currentResourceManager()),
+ d_resourceManager(rm),
d_inPreregister(false),
d_factsAsserted(context, false),
d_preRegistrationVisitor(this, context),
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback