summaryrefslogtreecommitdiff
path: root/src/printer/tptp/tptp_printer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/printer/tptp/tptp_printer.h')
-rw-r--r--src/printer/tptp/tptp_printer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/printer/tptp/tptp_printer.h b/src/printer/tptp/tptp_printer.h
index 0c961d39b..84bb3e576 100644
--- a/src/printer/tptp/tptp_printer.h
+++ b/src/printer/tptp/tptp_printer.h
@@ -37,7 +37,7 @@ class TptpPrinter : 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 unsat core to stream
* We use the expression names stored in the SMT engine associated with the
* unsat core with UnsatCore::getSmtEngine.
@@ -46,7 +46,7 @@ class TptpPrinter : public CVC4::Printer
private:
void toStream(std::ostream& out,
- const Model& m,
+ const smt::Model& m,
const NodeCommand* c) const override;
}; /* class TptpPrinter */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback