summaryrefslogtreecommitdiff
path: root/src/expr/proof.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/proof.h')
-rw-r--r--src/expr/proof.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/expr/proof.h b/src/expr/proof.h
index af859df93..5cea5354e 100644
--- a/src/expr/proof.h
+++ b/src/expr/proof.h
@@ -14,8 +14,8 @@
#include "cvc4_private.h"
-#ifndef CVC4__EXPR__PROOF_H
-#define CVC4__EXPR__PROOF_H
+#ifndef CVC5__EXPR__PROOF_H
+#define CVC5__EXPR__PROOF_H
#include <vector>
@@ -275,4 +275,4 @@ class CDProof : public ProofGenerator
} // namespace cvc5
-#endif /* CVC4__EXPR__PROOF_MANAGER_H */
+#endif /* CVC5__EXPR__PROOF_MANAGER_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback