mirror of
https://github.com/Z3Prover/z3
synced 2025-04-05 17:14:07 +00:00
pypi publish
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
f4452a0348
commit
d047b86439
|
@ -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());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue