summaryrefslogtreecommitdiff
path: root/src/util/ostream_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/ostream_util.h')
-rw-r--r--src/util/ostream_util.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/util/ostream_util.h b/src/util/ostream_util.h
index ab61faaca..f1b343b21 100644
--- a/src/util/ostream_util.h
+++ b/src/util/ostream_util.h
@@ -16,8 +16,8 @@
#include "cvc4_private.h"
-#ifndef CVC4__UTIL__OSTREAM_UTIL_H
-#define CVC4__UTIL__OSTREAM_UTIL_H
+#ifndef CVC5__UTIL__OSTREAM_UTIL_H
+#define CVC5__UTIL__OSTREAM_UTIL_H
#include <ios>
#include <iosfwd>
@@ -46,4 +46,4 @@ class StreamFormatScope
} // namespace cvc5
-#endif /* CVC4__UTIL__OSTREAM_UTIL_H */
+#endif /* CVC5__UTIL__OSTREAM_UTIL_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback