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:
parent
489da283bb
commit
cd33550f32
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue