mirror of
https://github.com/Z3Prover/z3
synced 2025-06-27 00:18:45 +00:00
fix build
This commit is contained in:
parent
48058e706f
commit
3a572edb9c
2 changed files with 2 additions and 2 deletions
|
@ -182,7 +182,7 @@ public:
|
|||
bool operator!=(iterator const& other) const;
|
||||
};
|
||||
subterms(expr_ref_vector const& es);
|
||||
subterms(expr_ref& e);
|
||||
subterms(const expr_ref& e);
|
||||
iterator begin();
|
||||
iterator end();
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue