mirror of
https://github.com/Z3Prover/z3
synced 2025-08-24 20:16:00 +00:00
fix #5119
This commit is contained in:
parent
974ef3c147
commit
dfb696becf
2 changed files with 17 additions and 5 deletions
|
@ -38,6 +38,7 @@ Notes:
|
|||
class goal2sat {
|
||||
struct imp;
|
||||
imp * m_imp;
|
||||
unsigned m_scopes { 0 };
|
||||
|
||||
public:
|
||||
goal2sat();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue