summaryrefslogtreecommitdiff
path: root/src/smt/output_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/smt/output_manager.h')
-rw-r--r--src/smt/output_manager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/smt/output_manager.h b/src/smt/output_manager.h
index 88759e66d..76db5d19b 100644
--- a/src/smt/output_manager.h
+++ b/src/smt/output_manager.h
@@ -20,7 +20,7 @@
#include <ostream>
-namespace CVC4 {
+namespace CVC5 {
class Printer;
class SmtEngine;
@@ -52,6 +52,6 @@ class OutputManager
SmtEngine* d_smt;
};
-} // namespace CVC4
+} // namespace CVC5
#endif // CVC4__SMT__OUTPUT_MANAGER_H
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback