summaryrefslogtreecommitdiff
path: root/src/expr/proof_node_algorithm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/proof_node_algorithm.h')
-rw-r--r--src/expr/proof_node_algorithm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/expr/proof_node_algorithm.h b/src/expr/proof_node_algorithm.h
index 9106bb36f..9266c7251 100644
--- a/src/expr/proof_node_algorithm.h
+++ b/src/expr/proof_node_algorithm.h
@@ -21,7 +21,7 @@
#include "expr/node.h"
-namespace CVC4 {
+namespace CVC5 {
class ProofNode;
@@ -70,6 +70,6 @@ bool containsSubproof(ProofNode* pn,
std::unordered_set<const ProofNode*>& visited);
} // namespace expr
-} // namespace CVC4
+} // namespace CVC5
#endif /* CVC4__EXPR__PROOF_NODE_ALGORITHM_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback