summaryrefslogtreecommitdiff
path: root/src/expr/node_traversal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/node_traversal.h')
-rw-r--r--src/expr/node_traversal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/expr/node_traversal.h b/src/expr/node_traversal.h
index 1f3b1f563..934ec6bd8 100644
--- a/src/expr/node_traversal.h
+++ b/src/expr/node_traversal.h
@@ -23,7 +23,7 @@
#include "expr/node.h"
-namespace CVC4 {
+namespace CVC5 {
/**
* Enum that represents an order in which nodes are visited.
@@ -144,6 +144,6 @@ class NodeDfsIterable
std::function<bool(TNode)> d_skipIf;
};
-} // namespace CVC4
+} // namespace CVC5
#endif // CVC4__EXPR__NODE_TRAVERSAL_H
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback