summaryrefslogtreecommitdiff
path: root/src/theory/bags/term_registry.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/bags/term_registry.cpp')
-rw-r--r--src/theory/bags/term_registry.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/theory/bags/term_registry.cpp b/src/theory/bags/term_registry.cpp
index 072655834..dd3820c82 100644
--- a/src/theory/bags/term_registry.cpp
+++ b/src/theory/bags/term_registry.cpp
@@ -18,9 +18,9 @@
#include "theory/bags/solver_state.h"
using namespace std;
-using namespace CVC5::kind;
+using namespace cvc5::kind;
-namespace CVC5 {
+namespace cvc5 {
namespace theory {
namespace bags {
@@ -45,4 +45,4 @@ Node TermRegistry::getEmptyBag(TypeNode tn)
} // namespace bags
} // namespace theory
-} // namespace CVC5
+} // namespace cvc5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback