summaryrefslogtreecommitdiff
path: root/src/theory/theory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/theory.cpp')
-rw-r--r--src/theory/theory.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/theory/theory.cpp b/src/theory/theory.cpp
index 9e72371d0..6fb739aa4 100644
--- a/src/theory/theory.cpp
+++ b/src/theory/theory.cpp
@@ -60,12 +60,14 @@ Theory::Theory(TheoryId id,
OutputChannel& out,
Valuation valuation,
const LogicInfo& logicInfo,
+ ProofNodeManager* pnm,
std::string name)
: d_id(id),
d_instanceName(name),
d_satContext(satContext),
d_userContext(userContext),
d_logicInfo(logicInfo),
+ d_pnm(pnm),
d_facts(satContext),
d_factsHead(satContext, 0),
d_sharedTermsIndex(satContext, 0),
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback