summaryrefslogtreecommitdiff
path: root/src/theory/booleans/proof_checker.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/booleans/proof_checker.cpp')
-rw-r--r--src/theory/booleans/proof_checker.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/booleans/proof_checker.cpp b/src/theory/booleans/proof_checker.cpp
index 6244ff3f4..a51f238a2 100644
--- a/src/theory/booleans/proof_checker.cpp
+++ b/src/theory/booleans/proof_checker.cpp
@@ -16,7 +16,7 @@
#include "expr/skolem_manager.h"
#include "theory/rewriter.h"
-namespace CVC4 {
+namespace CVC5 {
namespace theory {
namespace booleans {
@@ -948,4 +948,4 @@ Node BoolProofRuleChecker::checkInternal(PfRule id,
} // namespace booleans
} // namespace theory
-} // namespace CVC4
+} // namespace CVC5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback