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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/options/decision_weight.h b/src/options/decision_weight.h
index 88def99e6..851efc565 100644
--- a/src/options/decision_weight.h
+++ b/src/options/decision_weight.h
@@ -19,12 +19,12 @@
#ifndef CVC4__OPTIONS__DECISION_WEIGHT_H
#define CVC4__OPTIONS__DECISION_WEIGHT_H
-namespace CVC5 {
+namespace cvc5 {
namespace decision {
typedef uint64_t DecisionWeight;
} // namespace decision
-} // namespace CVC5
+} // namespace cvc5
#endif /* CVC4__OPTIONS__DECISION_WEIGHT_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback