mirror of
https://github.com/Z3Prover/z3
synced 2025-06-05 21:53:23 +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) {
|
void set_cancel(bool f) {
|
||||||
m_cancel = 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