summaryrefslogtreecommitdiff
path: root/src/theory/strings/word.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/strings/word.cpp')
-rw-r--r--src/theory/strings/word.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/theory/strings/word.cpp b/src/theory/strings/word.cpp
index d2e809571..612acb80a 100644
--- a/src/theory/strings/word.cpp
+++ b/src/theory/strings/word.cpp
@@ -17,9 +17,9 @@
#include "expr/sequence.h"
#include "util/string.h"
-using namespace CVC5::kind;
+using namespace cvc5::kind;
-namespace CVC5 {
+namespace cvc5 {
namespace theory {
namespace strings {
@@ -486,4 +486,4 @@ Node Word::reverse(TNode x)
} // namespace strings
} // namespace theory
-} // namespace CVC5
+} // namespace cvc5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback