summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/proof/sat_proof.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proof/sat_proof.h b/src/proof/sat_proof.h
index 6b2b39fd4..4ed2360c2 100644
--- a/src/proof/sat_proof.h
+++ b/src/proof/sat_proof.h
@@ -301,7 +301,7 @@ class TSatProof {
void addToCnfProof(ClauseId id);
// Internal data.
- typename Solver::Solver* d_solver;
+ Solver* d_solver;
context::Context* d_context;
CnfProof* d_cnfProof;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback