summaryrefslogtreecommitdiff
path: root/src/prop
diff options
context:
space:
mode:
Diffstat (limited to 'src/prop')
-rw-r--r--src/prop/minisat/core/Solver.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/prop/minisat/core/Solver.cc b/src/prop/minisat/core/Solver.cc
index d898b66a2..26af5f146 100644
--- a/src/prop/minisat/core/Solver.cc
+++ b/src/prop/minisat/core/Solver.cc
@@ -131,7 +131,7 @@ Solver::Solver(CVC4::prop::TheoryProxy* proxy, CVC4::context::Context* context,
, propagation_budget (-1)
, asynch_interrupt (false)
{
- PROOF(ProofManager::initSatProof(this);)
+ PROOF(ProofManager::currentPM()->initSatProof(this);)
// Create the constant variables
varTrue = newVar(true, false, false);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback