summaryrefslogtreecommitdiff
path: root/src/preprocessing/passes/theory_rewrite_eq.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/preprocessing/passes/theory_rewrite_eq.h')
-rw-r--r--src/preprocessing/passes/theory_rewrite_eq.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/preprocessing/passes/theory_rewrite_eq.h b/src/preprocessing/passes/theory_rewrite_eq.h
index ada99a7cb..626efe8e3 100644
--- a/src/preprocessing/passes/theory_rewrite_eq.h
+++ b/src/preprocessing/passes/theory_rewrite_eq.h
@@ -21,7 +21,7 @@
#include "preprocessing/preprocessing_pass.h"
#include "theory/trust_node.h"
-namespace CVC4 {
+namespace CVC5 {
namespace preprocessing {
namespace passes {
@@ -51,6 +51,6 @@ class TheoryRewriteEq : public PreprocessingPass
} // namespace passes
} // namespace preprocessing
-} // namespace CVC4
+} // namespace CVC5
#endif /* CVC4__PREPROCESSING__PASSES__THEORY_REWRITE_EQ_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback