summaryrefslogtreecommitdiff
path: root/src/util/index.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/index.h')
-rw-r--r--src/util/index.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/util/index.h b/src/util/index.h
index 6da0d8602..9ba608ef6 100644
--- a/src/util/index.h
+++ b/src/util/index.h
@@ -16,8 +16,8 @@
#include "cvc4_private.h"
-#ifndef CVC4__INDEX_H
-#define CVC4__INDEX_H
+#ifndef CVC5__INDEX_H
+#define CVC5__INDEX_H
namespace cvc5 {
@@ -26,4 +26,4 @@ using Index = uint32_t;
} // namespace cvc5
-#endif /* CVC4__INDEX_H */
+#endif /* CVC5__INDEX_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback