mirror of
https://github.com/Z3Prover/z3
synced 2025-05-04 22:35:45 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
99b291e78d
commit
7452e55698
10 changed files with 34 additions and 29 deletions
|
@ -1679,7 +1679,7 @@ public:
|
|||
|
||||
void debug_ref_count() { m_debug_ref_count = true; }
|
||||
|
||||
void inc_ref(ast * n) {
|
||||
void inc_ref(ast* n) {
|
||||
if (n) {
|
||||
n->inc_ref();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue