mirror of
https://github.com/Z3Prover/z3
synced 2025-05-04 22:35:45 +00:00
parent
1c2aa1076b
commit
4938ea7be6
4 changed files with 15 additions and 31 deletions
|
@ -489,7 +489,7 @@ protected:
|
|||
|
||||
void dec_ref() {
|
||||
SASSERT(m_ref_count > 0);
|
||||
m_ref_count --;
|
||||
--m_ref_count;
|
||||
}
|
||||
|
||||
ast(ast_kind k):m_id(UINT_MAX), m_kind(k), m_mark1(false), m_mark2(false), m_mark_shared_occs(false), m_ref_count(0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue