summaryrefslogtreecommitdiff
path: root/src/smt/update_ostream.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/smt/update_ostream.h')
-rw-r--r--src/smt/update_ostream.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/smt/update_ostream.h b/src/smt/update_ostream.h
index c8f5d639b..b1cb855c6 100644
--- a/src/smt/update_ostream.h
+++ b/src/smt/update_ostream.h
@@ -17,8 +17,8 @@
#include "cvc4_private.h"
-#ifndef CVC4__UPDATE_OSTREAM_H
-#define CVC4__UPDATE_OSTREAM_H
+#ifndef CVC5__UPDATE_OSTREAM_H
+#define CVC5__UPDATE_OSTREAM_H
#include <ostream>
@@ -118,4 +118,4 @@ class TraceOstreamUpdate : public OstreamUpdate {
} // namespace cvc5
-#endif /* CVC4__UPDATE_OSTREAM_H */
+#endif /* CVC5__UPDATE_OSTREAM_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback