mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +00:00
adding virtual destructor
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
41b87b4c42
commit
0d97d2214c
|
@ -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…
Reference in a new issue