summaryrefslogtreecommitdiff
path: root/src/theory/bv/bv_solver_lazy.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/bv/bv_solver_lazy.h')
-rw-r--r--src/theory/bv/bv_solver_lazy.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/bv/bv_solver_lazy.h b/src/theory/bv/bv_solver_lazy.h
index 4c769fb7a..6511900eb 100644
--- a/src/theory/bv/bv_solver_lazy.h
+++ b/src/theory/bv/bv_solver_lazy.h
@@ -28,7 +28,7 @@
#include "theory/bv/theory_bv.h"
#include "util/hash.h"
-namespace CVC4 {
+namespace CVC5 {
namespace theory {
namespace bv {
@@ -229,6 +229,6 @@ class BVSolverLazy : public BVSolver
} // namespace bv
} // namespace theory
-} // namespace CVC4
+} // namespace CVC5
#endif /* CVC4__THEORY__BV__BV_SOLVER_LAZY_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback