summaryrefslogtreecommitdiff
path: root/src/theory/term_registration_visitor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/term_registration_visitor.cpp')
-rw-r--r--src/theory/term_registration_visitor.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/theory/term_registration_visitor.cpp b/src/theory/term_registration_visitor.cpp
index 253f21d98..eab124bc5 100644
--- a/src/theory/term_registration_visitor.cpp
+++ b/src/theory/term_registration_visitor.cpp
@@ -20,9 +20,9 @@
#include "smt/logic_exception.h"
#include "theory/theory_engine.h"
-using namespace CVC4::theory;
+using namespace CVC5::theory;
-namespace CVC4 {
+namespace CVC5 {
std::string PreRegisterVisitor::toString() const {
std::stringstream ss;
@@ -292,4 +292,4 @@ void SharedTermsVisitor::clear() {
d_visited.clear();
}
-} // namespace CVC4
+} // namespace CVC5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback