summaryrefslogtreecommitdiff
path: root/src/theory/theory_proof_step_buffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/theory_proof_step_buffer.h')
-rw-r--r--src/theory/theory_proof_step_buffer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/theory_proof_step_buffer.h b/src/theory/theory_proof_step_buffer.h
index 60bbc62e1..80e2c2e6a 100644
--- a/src/theory/theory_proof_step_buffer.h
+++ b/src/theory/theory_proof_step_buffer.h
@@ -23,7 +23,7 @@
#include "expr/proof_step_buffer.h"
#include "theory/builtin/proof_checker.h"
-namespace CVC4 {
+namespace CVC5 {
namespace theory {
/**
* Class used to speculatively try and buffer a set of proof steps before
@@ -110,6 +110,6 @@ class TheoryProofStepBuffer : public ProofStepBuffer
};
} // namespace theory
-} // namespace CVC4
+} // namespace CVC5
#endif /* CVC4__THEORY__THEORY_PROOF_STEP_BUFFER_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback