summaryrefslogtreecommitdiff
path: root/src/util/string.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/string.h')
-rw-r--r--src/util/string.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/util/string.h b/src/util/string.h
index 6fc23f124..1df23b61a 100644
--- a/src/util/string.h
+++ b/src/util/string.h
@@ -14,8 +14,8 @@
#include "cvc4_public.h"
-#ifndef CVC4__UTIL__STRING_H
-#define CVC4__UTIL__STRING_H
+#ifndef CVC5__UTIL__STRING_H
+#define CVC5__UTIL__STRING_H
#include <iosfwd>
#include <string>
@@ -277,4 +277,4 @@ std::ostream& operator<<(std::ostream& os, const String& s);
} // namespace cvc5
-#endif /* CVC4__UTIL__STRING_H */
+#endif /* CVC5__UTIL__STRING_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback