summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/proof_checker.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/quantifiers/proof_checker.cpp')
-rw-r--r--src/theory/quantifiers/proof_checker.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/theory/quantifiers/proof_checker.cpp b/src/theory/quantifiers/proof_checker.cpp
index afbc9efca..572c631e1 100644
--- a/src/theory/quantifiers/proof_checker.cpp
+++ b/src/theory/quantifiers/proof_checker.cpp
@@ -18,9 +18,9 @@
#include "expr/skolem_manager.h"
#include "theory/builtin/proof_checker.h"
-using namespace CVC4::kind;
+using namespace CVC5::kind;
-namespace CVC4 {
+namespace CVC5 {
namespace theory {
namespace quantifiers {
@@ -123,4 +123,4 @@ Node QuantifiersProofRuleChecker::checkInternal(
} // namespace quantifiers
} // namespace theory
-} // namespace CVC4
+} // namespace CVC5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback