summaryrefslogtreecommitdiff
path: root/src/expr/proof_generator.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/proof_generator.h')
-rw-r--r--src/expr/proof_generator.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/expr/proof_generator.h b/src/expr/proof_generator.h
index 446cb2c83..76a2c9b3b 100644
--- a/src/expr/proof_generator.h
+++ b/src/expr/proof_generator.h
@@ -19,7 +19,7 @@
#include "expr/node.h"
-namespace CVC5 {
+namespace cvc5 {
class CDProof;
class ProofNode;
@@ -107,6 +107,6 @@ class ProofGenerator
virtual std::string identify() const = 0;
};
-} // namespace CVC5
+} // namespace cvc5
#endif /* CVC4__EXPR__PROOF_GENERATOR_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback