summaryrefslogtreecommitdiff
path: root/src/expr/node_visitor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/node_visitor.h')
-rw-r--r--src/expr/node_visitor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/expr/node_visitor.h b/src/expr/node_visitor.h
index dcf8e38e0..a3e24772a 100644
--- a/src/expr/node_visitor.h
+++ b/src/expr/node_visitor.h
@@ -22,7 +22,7 @@
#include "expr/node.h"
-namespace CVC4 {
+namespace CVC5 {
/**
* Traverses the nodes reverse-topologically (children before parents),
@@ -123,4 +123,4 @@ public:
template <typename Visitor>
thread_local bool NodeVisitor<Visitor>::s_inRun = false;
-}/* CVC4 namespace */
+} // namespace CVC5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback