summaryrefslogtreecommitdiff
path: root/src/expr/proof_checker.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/proof_checker.h')
-rw-r--r--src/expr/proof_checker.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/expr/proof_checker.h b/src/expr/proof_checker.h
index edb0fec3a..99f9f3ec8 100644
--- a/src/expr/proof_checker.h
+++ b/src/expr/proof_checker.h
@@ -24,7 +24,7 @@
#include "util/statistics_registry.h"
#include "util/stats_histogram.h"
-namespace CVC5 {
+namespace cvc5 {
class ProofChecker;
class ProofNode;
@@ -202,6 +202,6 @@ class ProofChecker
bool enableOutput);
};
-} // namespace CVC5
+} // namespace cvc5
#endif /* CVC4__EXPR__PROOF_CHECKER_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback