summaryrefslogtreecommitdiff
path: root/src/expr/record.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/record.h')
-rw-r--r--src/expr/record.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/expr/record.h b/src/expr/record.h
index 436b5b269..fa6a34395 100644
--- a/src/expr/record.h
+++ b/src/expr/record.h
@@ -16,8 +16,8 @@
#include "cvc4_public.h"
-#ifndef CVC4__RECORD_H
-#define CVC4__RECORD_H
+#ifndef CVC5__RECORD_H
+#define CVC5__RECORD_H
#include <iostream>
#include <string>
@@ -58,4 +58,4 @@ using Record = std::vector<std::pair<std::string, TypeNode>>;
} // namespace cvc5
-#endif /* CVC4__RECORD_H */
+#endif /* CVC5__RECORD_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback