summaryrefslogtreecommitdiff
path: root/src/expr/lazy_proof_chain.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/lazy_proof_chain.h')
-rw-r--r--src/expr/lazy_proof_chain.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/expr/lazy_proof_chain.h b/src/expr/lazy_proof_chain.h
index 7482e3ca4..41488c821 100644
--- a/src/expr/lazy_proof_chain.h
+++ b/src/expr/lazy_proof_chain.h
@@ -22,7 +22,7 @@
#include "context/cdhashmap.h"
#include "expr/proof_generator.h"
-namespace CVC5 {
+namespace cvc5 {
class ProofNodeManager;
@@ -148,6 +148,6 @@ class LazyCDProofChain : public ProofGenerator
ProofGenerator* d_defGen;
};
-} // namespace CVC5
+} // namespace cvc5
#endif /* CVC4__EXPR__LAZY_PROOF_CHAIN_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback