summaryrefslogtreecommitdiff
path: root/src/preprocessing/assertion_pipeline.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/preprocessing/assertion_pipeline.h')
-rw-r--r--src/preprocessing/assertion_pipeline.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/preprocessing/assertion_pipeline.h b/src/preprocessing/assertion_pipeline.h
index 71a992e3c..454606315 100644
--- a/src/preprocessing/assertion_pipeline.h
+++ b/src/preprocessing/assertion_pipeline.h
@@ -23,7 +23,7 @@
#include "expr/node.h"
#include "theory/trust_node.h"
-namespace CVC4 {
+namespace CVC5 {
class ProofGenerator;
namespace smt {
@@ -198,6 +198,6 @@ class AssertionPipeline
}; /* class AssertionPipeline */
} // namespace preprocessing
-} // namespace CVC4
+} // namespace CVC5
#endif /* CVC4__PREPROCESSING__ASSERTION_PIPELINE_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback