summaryrefslogtreecommitdiff
path: root/src/theory/assertion.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/assertion.h')
-rw-r--r--src/theory/assertion.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/theory/assertion.h b/src/theory/assertion.h
index 4971dee00..769968311 100644
--- a/src/theory/assertion.h
+++ b/src/theory/assertion.h
@@ -16,8 +16,8 @@
#include "cvc4_private.h"
-#ifndef CVC4__THEORY__ASSERTION_H
-#define CVC4__THEORY__ASSERTION_H
+#ifndef CVC5__THEORY__ASSERTION_H
+#define CVC5__THEORY__ASSERTION_H
#include "expr/node.h"
@@ -50,4 +50,4 @@ std::ostream& operator<<(std::ostream& out, const Assertion& a);
} // namespace theory
} // namespace cvc5
-#endif /* CVC4__THEORY__ASSERTION_H */
+#endif /* CVC5__THEORY__ASSERTION_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback