projects
/
cvc5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83f150c
)
Replacing an incorrect reference to an injected class name when the type was meant...
author
Tim King
<taking@cs.nyu.edu>
Fri, 9 Feb 2018 19:23:31 +0000
(11:23 -0800)
committer
GitHub
<noreply@github.com>
Fri, 9 Feb 2018 19:23:31 +0000
(11:23 -0800)
src/proof/sat_proof.h
patch
|
blob
|
history
diff --git
a/src/proof/sat_proof.h
b/src/proof/sat_proof.h
index 6b2b39fd47bd398336470ab2603e3340f5b47cb8..4ed2360c22454a97dea3faad4700f39dcebfb944 100644
(file)
--- 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;