summaryrefslogtreecommitdiff
path: root/src/theory/theory_id.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/theory_id.cpp')
-rw-r--r--src/theory/theory_id.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/theory_id.cpp b/src/theory/theory_id.cpp
index f0c787daf..60fb752a7 100644
--- a/src/theory/theory_id.cpp
+++ b/src/theory/theory_id.cpp
@@ -22,7 +22,7 @@
#include "base/check.h"
#include "lib/ffs.h"
-namespace CVC4 {
+namespace CVC5 {
namespace theory {
TheoryId& operator++(TheoryId& id)
@@ -162,4 +162,4 @@ std::string TheoryIdSetUtil::setToString(TheoryIdSet theorySet)
}
} // namespace theory
-} // namespace CVC4
+} // namespace CVC5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback