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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/printer/ast/ast_printer.h b/src/printer/ast/ast_printer.h
index b5feccdfa..f01436b8a 100644
--- a/src/printer/ast/ast_printer.h
+++ b/src/printer/ast/ast_printer.h
@@ -37,7 +37,7 @@ class AstPrinter : public CVC4::Printer
bool types,
size_t dag) const override;
void toStream(std::ostream& out, const CommandStatus* s) const override;
- void toStream(std::ostream& out, const Model& m) const override;
+ void toStream(std::ostream& out, const smt::Model& m) const override;
/** Print empty command */
void toStreamCmdEmpty(std::ostream& out,
@@ -174,7 +174,7 @@ class AstPrinter : public CVC4::Printer
private:
void toStream(std::ostream& out, TNode n, int toDepth, bool types) const;
void toStream(std::ostream& out,
- const Model& m,
+ const smt::Model& m,
const NodeCommand* c) const override;
}; /* class AstPrinter */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback