summaryrefslogtreecommitdiff
path: root/src/printer/ast/ast_printer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/printer/ast/ast_printer.h')
-rw-r--r--src/printer/ast/ast_printer.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/printer/ast/ast_printer.h b/src/printer/ast/ast_printer.h
index 3564ff592..985cf9872 100644
--- a/src/printer/ast/ast_printer.h
+++ b/src/printer/ast/ast_printer.h
@@ -23,17 +23,17 @@
#include "printer/printer.h"
-namespace CVC4 {
+namespace CVC5 {
class LetBinding;
namespace printer {
namespace ast {
-class AstPrinter : public CVC4::Printer
+class AstPrinter : public CVC5::Printer
{
public:
- using CVC4::Printer::toStream;
+ using CVC5::Printer::toStream;
void toStream(std::ostream& out,
TNode n,
int toDepth,
@@ -196,6 +196,6 @@ class AstPrinter : public CVC4::Printer
} // namespace ast
} // namespace printer
-} // namespace CVC4
+} // namespace CVC5
#endif /* CVC4__PRINTER__AST_PRINTER_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback