summaryrefslogtreecommitdiff
path: root/src/theory/bags/solver_state.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/bags/solver_state.cpp')
-rw-r--r--src/theory/bags/solver_state.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/theory/bags/solver_state.cpp b/src/theory/bags/solver_state.cpp
index 4fead8ab7..4011a3fc4 100644
--- a/src/theory/bags/solver_state.cpp
+++ b/src/theory/bags/solver_state.cpp
@@ -20,9 +20,9 @@
#include "theory/uf/equality_engine.h"
using namespace std;
-using namespace CVC4::kind;
+using namespace CVC5::kind;
-namespace CVC4 {
+namespace CVC5 {
namespace theory {
namespace bags {
@@ -136,4 +136,4 @@ void SolverState::collectDisequalBagTerms()
} // namespace bags
} // namespace theory
-} // namespace CVC4
+} // namespace CVC5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback