summaryrefslogtreecommitdiff
path: root/src/proof
diff options
context:
space:
mode:
authorTim King <taking@cs.nyu.edu>2018-02-09 11:23:31 -0800
committerGitHub <noreply@github.com>2018-02-09 11:23:31 -0800
commitd4b136c10ac3a226061d12cdf8e12340ad0a974d (patch)
tree24ce952bc0df8c331687b972ab0e34e4dba5214a /src/proof
parent83f150c727f197c530d6f46a75b516eea52bed29 (diff)
Replacing an incorrect reference to an injected class name when the type was meant. (#1585)
Diffstat (limited to 'src/proof')
-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