summaryrefslogtreecommitdiff
path: root/src/theory/strings/strings_fmf.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/strings/strings_fmf.cpp')
-rw-r--r--src/theory/strings/strings_fmf.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/theory/strings/strings_fmf.cpp b/src/theory/strings/strings_fmf.cpp
index 0ce83dbd0..11a743d0d 100644
--- a/src/theory/strings/strings_fmf.cpp
+++ b/src/theory/strings/strings_fmf.cpp
@@ -16,10 +16,10 @@
#include "theory/strings/strings_fmf.h"
using namespace std;
-using namespace CVC4::context;
-using namespace CVC4::kind;
+using namespace CVC5::context;
+using namespace CVC5::kind;
-namespace CVC4 {
+namespace CVC5 {
namespace theory {
namespace strings {
@@ -102,4 +102,4 @@ std::string StringsFmf::StringSumLengthDecisionStrategy::identify() const
} // namespace strings
} // namespace theory
-} // namespace CVC4
+} // namespace CVC5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback