summaryrefslogtreecommitdiff
path: root/src/util/util_model.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/util_model.cpp')
-rw-r--r--src/util/util_model.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/util_model.cpp b/src/util/util_model.cpp
index ab4c95ea5..1c2dc2edf 100644
--- a/src/util/util_model.cpp
+++ b/src/util/util_model.cpp
@@ -24,7 +24,7 @@ using namespace std;
namespace CVC4 {
-std::ostream& operator<<(std::ostream& out, Model& m) {
+std::ostream& operator<<(std::ostream& out, const Model& m) {
smt::SmtScope smts(&m.d_smt);
Expr::dag::Scope scope(out, false);
Printer::getPrinter(options::outputLanguage())->toStream(out, m);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback