mirror of
https://github.com/Z3Prover/z3
synced 2025-04-13 20:38:43 +00:00
parent
b9e273800c
commit
7c282d3719
|
@ -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…
Reference in a new issue