summaryrefslogtreecommitdiff
path: root/src/theory/sets/skolem_cache.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/sets/skolem_cache.cpp')
-rw-r--r--src/theory/sets/skolem_cache.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/theory/sets/skolem_cache.cpp b/src/theory/sets/skolem_cache.cpp
index 1deb28688..3c0f33caf 100644
--- a/src/theory/sets/skolem_cache.cpp
+++ b/src/theory/sets/skolem_cache.cpp
@@ -16,9 +16,9 @@
#include "theory/rewriter.h"
-using namespace CVC4::kind;
+using namespace CVC5::kind;
-namespace CVC4 {
+namespace CVC5 {
namespace theory {
namespace sets {
@@ -61,4 +61,4 @@ bool SkolemCache::isSkolem(Node n) const
} // namespace sets
} // namespace theory
-} // namespace CVC4
+} // namespace CVC5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback