mirror of
https://github.com/Z3Prover/z3
synced 2025-06-06 06:03:23 +00:00
backward comp
This commit is contained in:
parent
e6e1d94cf9
commit
eda3c6258b
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ struct ast_pp_dot_st {
|
||||||
m_printed(),
|
m_printed(),
|
||||||
m_first(true) {}
|
m_first(true) {}
|
||||||
|
|
||||||
~ast_pp_dot_st() = default;
|
~ast_pp_dot_st() {};
|
||||||
|
|
||||||
void push_term(const expr * a) { m_to_print.push_back(a); }
|
void push_term(const expr * a) { m_to_print.push_back(a); }
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue