summaryrefslogtreecommitdiff
path: root/src/util/dense_map.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/dense_map.h')
-rw-r--r--src/util/dense_map.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/util/dense_map.h b/src/util/dense_map.h
index 7a3421281..e6fed6916 100644
--- a/src/util/dense_map.h
+++ b/src/util/dense_map.h
@@ -35,8 +35,7 @@
#include "base/check.h"
#include "util/index.h"
-
-namespace CVC4 {
+namespace CVC5 {
template <class T>
class DenseMap {
@@ -339,4 +338,4 @@ public:
void pop_back() { d_map.pop_back(); }
}; /* class DenseMultiset */
-}/* CVC4 namespace */
+} // namespace CVC5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback