summaryrefslogtreecommitdiff
path: root/src/preprocessing/passes/static_learning.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/preprocessing/passes/static_learning.cpp')
-rw-r--r--src/preprocessing/passes/static_learning.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/preprocessing/passes/static_learning.cpp b/src/preprocessing/passes/static_learning.cpp
index 7b49de141..1cc2ce06f 100644
--- a/src/preprocessing/passes/static_learning.cpp
+++ b/src/preprocessing/passes/static_learning.cpp
@@ -23,7 +23,7 @@
#include "theory/rewriter.h"
#include "theory/theory_engine.h"
-namespace CVC4 {
+namespace CVC5 {
namespace preprocessing {
namespace passes {
@@ -57,4 +57,4 @@ PreprocessingPassResult StaticLearning::applyInternal(
} // namespace passes
} // namespace preprocessing
-} // namespace CVC4
+} // namespace CVC5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback