summaryrefslogtreecommitdiff
path: root/src/theory/decision_strategy.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/decision_strategy.h')
-rw-r--r--src/theory/decision_strategy.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/decision_strategy.h b/src/theory/decision_strategy.h
index e9d8b8bbc..9046dd6ce 100644
--- a/src/theory/decision_strategy.h
+++ b/src/theory/decision_strategy.h
@@ -22,7 +22,7 @@
#include "expr/node.h"
#include "theory/valuation.h"
-namespace CVC5 {
+namespace cvc5 {
namespace theory {
/**
@@ -140,6 +140,6 @@ class DecisionStrategySingleton : public DecisionStrategyFmf
};
} // namespace theory
-} // namespace CVC5
+} // namespace cvc5
#endif /* CVC4__THEORY__DECISION_STRATEGY__H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback