summaryrefslogtreecommitdiff
path: root/src/expr/proof_ensure_closed.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/proof_ensure_closed.h')
-rw-r--r--src/expr/proof_ensure_closed.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/expr/proof_ensure_closed.h b/src/expr/proof_ensure_closed.h
index dd137343a..40143f814 100644
--- a/src/expr/proof_ensure_closed.h
+++ b/src/expr/proof_ensure_closed.h
@@ -19,7 +19,7 @@
#include "expr/node.h"
-namespace CVC4 {
+namespace CVC5 {
class ProofGenerator;
class ProofNode;
@@ -67,6 +67,6 @@ void pfnEnsureClosedWrt(ProofNode* pn,
const std::vector<Node>& assumps,
const char* c,
const char* ctx);
-} // namespace CVC4
+} // namespace CVC5
#endif /* CVC4__EXPR__PROOF_ENSURE_CLOSED_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback