From eda3c6258b07ee9707081498557dc9ba56cb3358 Mon Sep 17 00:00:00 2001 From: "Christoph M. Wintersteiger" Date: Tue, 24 Oct 2017 12:53:24 +0100 Subject: [PATCH] backward comp --- src/ast/ast_pp_dot.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ast/ast_pp_dot.cpp b/src/ast/ast_pp_dot.cpp index df3de730f..ebbf4b2b2 100644 --- a/src/ast/ast_pp_dot.cpp +++ b/src/ast/ast_pp_dot.cpp @@ -45,7 +45,7 @@ struct ast_pp_dot_st { m_printed(), m_first(true) {} - ~ast_pp_dot_st() = default; + ~ast_pp_dot_st() {}; void push_term(const expr * a) { m_to_print.push_back(a); }