summaryrefslogtreecommitdiff
path: root/src/util/tuple.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/tuple.h')
-rw-r--r--src/util/tuple.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/tuple.h b/src/util/tuple.h
index d77d7bf97..571bfe797 100644
--- a/src/util/tuple.h
+++ b/src/util/tuple.h
@@ -23,7 +23,7 @@
#include <vector>
#include <utility>
-namespace CVC4 {
+namespace CVC5 {
class TupleUpdate
{
@@ -49,6 +49,6 @@ inline std::ostream& operator<<(std::ostream& out, const TupleUpdate& t) {
return out << "[" << t.getIndex() << "]";
}
-}/* CVC4 namespace */
+} // namespace CVC5
#endif /* CVC4__TUPLE_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback