mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
parent
b9e273800c
commit
7c282d3719
1 changed files with 1 additions and 1 deletions
|
@ -2464,7 +2464,7 @@ namespace smt {
|
|||
|
||||
void set_cancel(bool f) {
|
||||
m_cancel = f;
|
||||
m_info->set_cancel(f);
|
||||
if (m_info) m_info->set_cancel(f);
|
||||
}
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue