3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-18 06:39:02 +00:00

build fix

Signed-off-by: Lev <levnach@hotmail.com>
This commit is contained in:
Lev 2018-12-12 15:44:34 -10:00 committed by Lev Nachmanson
parent 489da283bb
commit cd33550f32

View file

@ -213,7 +213,7 @@ struct solver::imp {
}
std::ostream& print_monomial_with_vars(unsigned i, std::ostream& out) const {
return print_monomial_with_vars(m_monomials[i], tout);
return print_monomial_with_vars(m_monomials[i], out);
}
template <typename T>