summaryrefslogtreecommitdiff
path: root/src/theory/strings/skolem_cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/strings/skolem_cache.h')
-rw-r--r--src/theory/strings/skolem_cache.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/strings/skolem_cache.h b/src/theory/strings/skolem_cache.h
index e4a9ef17e..b6deea6eb 100644
--- a/src/theory/strings/skolem_cache.h
+++ b/src/theory/strings/skolem_cache.h
@@ -24,7 +24,7 @@
#include "expr/node.h"
#include "expr/skolem_manager.h"
-namespace CVC4 {
+namespace CVC5 {
namespace theory {
namespace strings {
@@ -211,6 +211,6 @@ class SkolemCache
} // namespace strings
} // namespace theory
-} // namespace CVC4
+} // namespace CVC5
#endif /* CVC4__THEORY__STRINGS__SKOLEM_CACHE_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback