summaryrefslogtreecommitdiff
path: root/src/theory/uf/proof_checker.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/uf/proof_checker.cpp')
-rw-r--r--src/theory/uf/proof_checker.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/theory/uf/proof_checker.cpp b/src/theory/uf/proof_checker.cpp
index 2c102c4ca..2688c0574 100644
--- a/src/theory/uf/proof_checker.cpp
+++ b/src/theory/uf/proof_checker.cpp
@@ -16,9 +16,9 @@
#include "theory/uf/theory_uf_rewriter.h"
-using namespace CVC4::kind;
+using namespace CVC5::kind;
-namespace CVC4 {
+namespace CVC5 {
namespace theory {
namespace uf {
@@ -207,4 +207,4 @@ Node UfProofRuleChecker::checkInternal(PfRule id,
} // namespace uf
} // namespace theory
-} // namespace CVC4
+} // namespace CVC5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback