summaryrefslogtreecommitdiff
path: root/src/util/maybe.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/maybe.h')
-rw-r--r--src/util/maybe.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/util/maybe.h b/src/util/maybe.h
index 688073b8c..0d6489ad8 100644
--- a/src/util/maybe.h
+++ b/src/util/maybe.h
@@ -24,8 +24,8 @@
**/
#include "cvc4_public.h"
-#ifndef CVC4__UTIL__MAYBE_H
-#define CVC4__UTIL__MAYBE_H
+#ifndef CVC5__UTIL__MAYBE_H
+#define CVC5__UTIL__MAYBE_H
#include <ostream>
@@ -86,4 +86,4 @@ inline std::ostream& operator<<(std::ostream& out, const Maybe<T>& m){
} // namespace cvc5
-#endif /* CVC4__UTIL__MAYBE_H */
+#endif /* CVC5__UTIL__MAYBE_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback