summaryrefslogtreecommitdiff
path: root/src/printer/ast
diff options
context:
space:
mode:
Diffstat (limited to 'src/printer/ast')
-rw-r--r--src/printer/ast/ast_printer.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/printer/ast/ast_printer.h b/src/printer/ast/ast_printer.h
index 7d24aa0fe..671c4612f 100644
--- a/src/printer/ast/ast_printer.h
+++ b/src/printer/ast/ast_printer.h
@@ -16,8 +16,8 @@
#include "cvc4_private.h"
-#ifndef CVC4__PRINTER__AST_PRINTER_H
-#define CVC4__PRINTER__AST_PRINTER_H
+#ifndef CVC5__PRINTER__AST_PRINTER_H
+#define CVC5__PRINTER__AST_PRINTER_H
#include <iostream>
@@ -198,4 +198,4 @@ class AstPrinter : public cvc5::Printer
} // namespace printer
} // namespace cvc5
-#endif /* CVC4__PRINTER__AST_PRINTER_H */
+#endif /* CVC5__PRINTER__AST_PRINTER_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback