summaryrefslogtreecommitdiff
path: root/src/expr/proof_step_buffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/proof_step_buffer.h')
-rw-r--r--src/expr/proof_step_buffer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/expr/proof_step_buffer.h b/src/expr/proof_step_buffer.h
index 0b4b8552b..b78d1d605 100644
--- a/src/expr/proof_step_buffer.h
+++ b/src/expr/proof_step_buffer.h
@@ -22,7 +22,7 @@
#include "expr/node.h"
#include "expr/proof_rule.h"
-namespace CVC4 {
+namespace CVC5 {
class ProofChecker;
@@ -92,6 +92,6 @@ class ProofStepBuffer
std::vector<std::pair<Node, ProofStep>> d_steps;
};
-} // namespace CVC4
+} // namespace CVC5
#endif /* CVC4__EXPR__PROOF_STEP_BUFFER_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback