mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 00:55:31 +00:00
adding virtual destructor
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
41b87b4c42
commit
0d97d2214c
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ Author:
|
|||
*/
|
||||
class dependent_expr_state {
|
||||
public:
|
||||
virtual ~dependent_expr_state() {}
|
||||
virtual unsigned size() const = 0;
|
||||
virtual dependent_expr const& operator[](unsigned i) = 0;
|
||||
virtual void update(unsigned i, dependent_expr const& j) = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue