summaryrefslogtreecommitdiff
path: root/src/expr/lazy_proof.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/lazy_proof.h')
-rw-r--r--src/expr/lazy_proof.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/expr/lazy_proof.h b/src/expr/lazy_proof.h
index 5c0de5c5b..3ab0ca49e 100644
--- a/src/expr/lazy_proof.h
+++ b/src/expr/lazy_proof.h
@@ -19,7 +19,7 @@
#include "expr/proof.h"
-namespace CVC5 {
+namespace cvc5 {
class ProofGenerator;
class ProofNodeManager;
@@ -105,6 +105,6 @@ class LazyCDProof : public CDProof
ProofGenerator* getGeneratorFor(Node fact, bool& isSym);
};
-} // namespace CVC5
+} // namespace cvc5
#endif /* CVC4__EXPR__LAZY_PROOF_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback