diff --git a/src/ast/ast.cpp b/src/ast/ast.cpp index 426a933ad0b..2d6f6f9b2e6 100644 --- a/src/ast/ast.cpp +++ b/src/ast/ast.cpp @@ -58,7 +58,7 @@ parameter::parameter(parameter const& other) : m_val(other.m_val) { } void parameter::init_eh(ast_manager & m) { - if (is_ast()) { x + if (is_ast()) { m.inc_ref(get_ast()); } }