summaryrefslogtreecommitdiff
path: root/src/theory/bv/bv_solver_simple.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/bv/bv_solver_simple.h')
-rw-r--r--src/theory/bv/bv_solver_simple.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/bv/bv_solver_simple.h b/src/theory/bv/bv_solver_simple.h
index a34ec98ad..1b6976abb 100644
--- a/src/theory/bv/bv_solver_simple.h
+++ b/src/theory/bv/bv_solver_simple.h
@@ -24,7 +24,7 @@
#include "theory/bv/proof_checker.h"
#include "theory/eager_proof_generator.h"
-namespace CVC4 {
+namespace CVC5 {
namespace theory {
namespace bv {
@@ -81,6 +81,6 @@ class BVSolverSimple : public BVSolver
} // namespace bv
} // namespace theory
-} // namespace CVC4
+} // namespace CVC5
#endif
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback