summaryrefslogtreecommitdiff
path: root/src/smt/proof_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/smt/proof_manager.h')
-rw-r--r--src/smt/proof_manager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/smt/proof_manager.h b/src/smt/proof_manager.h
index f0f384b7c..e1177ca83 100644
--- a/src/smt/proof_manager.h
+++ b/src/smt/proof_manager.h
@@ -20,7 +20,7 @@
#include "context/cdhashmap.h"
#include "expr/node.h"
-namespace CVC5 {
+namespace cvc5 {
class ProofChecker;
class ProofNode;
@@ -117,6 +117,6 @@ class PfManager
}; /* class SmtEngine */
} // namespace smt
-} // namespace CVC5
+} // namespace cvc5
#endif /* CVC4__SMT__PROOF_MANAGER_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback