summaryrefslogtreecommitdiff
path: root/src/theory/bags/rewrites.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/bags/rewrites.cpp')
-rw-r--r--src/theory/bags/rewrites.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/bags/rewrites.cpp b/src/theory/bags/rewrites.cpp
index ab2ca2901..d0299d52a 100644
--- a/src/theory/bags/rewrites.cpp
+++ b/src/theory/bags/rewrites.cpp
@@ -16,7 +16,7 @@
#include <iostream>
-namespace CVC4 {
+namespace CVC5 {
namespace theory {
namespace bags {
@@ -79,4 +79,4 @@ std::ostream& operator<<(std::ostream& out, Rewrite r)
} // namespace bags
} // namespace theory
-} // namespace CVC4
+} // namespace CVC5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback