summaryrefslogtreecommitdiff
path: root/src/options/decision_weight.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/options/decision_weight.h')
-rw-r--r--src/options/decision_weight.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/options/decision_weight.h b/src/options/decision_weight.h
index 851efc565..ffc2a3626 100644
--- a/src/options/decision_weight.h
+++ b/src/options/decision_weight.h
@@ -16,8 +16,8 @@
#include "cvc4_private.h"
-#ifndef CVC4__OPTIONS__DECISION_WEIGHT_H
-#define CVC4__OPTIONS__DECISION_WEIGHT_H
+#ifndef CVC5__OPTIONS__DECISION_WEIGHT_H
+#define CVC5__OPTIONS__DECISION_WEIGHT_H
namespace cvc5 {
namespace decision {
@@ -27,4 +27,4 @@ typedef uint64_t DecisionWeight;
} // namespace decision
} // namespace cvc5
-#endif /* CVC4__OPTIONS__DECISION_WEIGHT_H */
+#endif /* CVC5__OPTIONS__DECISION_WEIGHT_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback