summaryrefslogtreecommitdiff
path: root/src/expr/uninterpreted_constant.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/uninterpreted_constant.h')
-rw-r--r--src/expr/uninterpreted_constant.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/expr/uninterpreted_constant.h b/src/expr/uninterpreted_constant.h
index 94d7f85ed..841b32626 100644
--- a/src/expr/uninterpreted_constant.h
+++ b/src/expr/uninterpreted_constant.h
@@ -16,8 +16,8 @@
#include "cvc4_public.h"
-#ifndef CVC4__UNINTERPRETED_CONSTANT_H
-#define CVC4__UNINTERPRETED_CONSTANT_H
+#ifndef CVC5__UNINTERPRETED_CONSTANT_H
+#define CVC5__UNINTERPRETED_CONSTANT_H
#include <iosfwd>
#include <memory>
@@ -62,4 +62,4 @@ struct UninterpretedConstantHashFunction
} // namespace cvc5
-#endif /* CVC4__UNINTERPRETED_CONSTANT_H */
+#endif /* CVC5__UNINTERPRETED_CONSTANT_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback