3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-06 09:34:08 +00:00
This commit is contained in:
Nikolaj Bjorner 2017-10-24 08:49:56 -07:00
commit 2c3b56315d

View file

@ -45,7 +45,7 @@ struct ast_pp_dot_st {
m_to_print(),
m_first(true) {}
~ast_pp_dot_st() = default;
~ast_pp_dot_st() {};
void push_term(const expr * a) { m_to_print.push_back(a); }