summaryrefslogtreecommitdiff
path: root/src/theory/bags/solver_state.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/bags/solver_state.h')
-rw-r--r--src/theory/bags/solver_state.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/bags/solver_state.h b/src/theory/bags/solver_state.h
index e6b2a2504..e7c09db8f 100644
--- a/src/theory/bags/solver_state.h
+++ b/src/theory/bags/solver_state.h
@@ -21,7 +21,7 @@
#include "theory/theory_state.h"
-namespace CVC5 {
+namespace cvc5 {
namespace theory {
namespace bags {
@@ -90,6 +90,6 @@ class SolverState : public TheoryState
} // namespace bags
} // namespace theory
-} // namespace CVC5
+} // namespace cvc5
#endif /* CVC4__THEORY__BAGS__THEORY_SOLVER_STATE_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback