summaryrefslogtreecommitdiff
path: root/src/expr/proof.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/proof.h')
-rw-r--r--src/expr/proof.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/expr/proof.h b/src/expr/proof.h
index e676731ea..164880cea 100644
--- a/src/expr/proof.h
+++ b/src/expr/proof.h
@@ -24,7 +24,7 @@
#include "expr/proof_generator.h"
#include "expr/proof_step_buffer.h"
-namespace CVC4 {
+namespace CVC5 {
class ProofNode;
class ProofNodeManager;
@@ -273,6 +273,6 @@ class CDProof : public ProofGenerator
void notifyNewProof(Node expected);
};
-} // namespace CVC4
+} // namespace CVC5
#endif /* CVC4__EXPR__PROOF_MANAGER_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback