summaryrefslogtreecommitdiff
path: root/src/theory/strings/eager_solver.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/strings/eager_solver.h')
-rw-r--r--src/theory/strings/eager_solver.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/strings/eager_solver.h b/src/theory/strings/eager_solver.h
index 49545e622..1d4682c49 100644
--- a/src/theory/strings/eager_solver.h
+++ b/src/theory/strings/eager_solver.h
@@ -23,7 +23,7 @@
#include "theory/strings/eqc_info.h"
#include "theory/strings/solver_state.h"
-namespace CVC5 {
+namespace cvc5 {
namespace theory {
namespace strings {
@@ -63,6 +63,6 @@ class EagerSolver
} // namespace strings
} // namespace theory
-} // namespace CVC5
+} // namespace cvc5
#endif /* CVC4__THEORY__STRINGS__EAGER_SOLVER_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback