mirror of
https://github.com/Z3Prover/z3
synced 2025-06-04 13:21:22 +00:00
add virtual destructor
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
0c2e09db7f
commit
d7b1a5e3be
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ namespace sls {
|
||||||
|
|
||||||
class smt_context {
|
class smt_context {
|
||||||
public:
|
public:
|
||||||
|
virtual ~smt_context() {}
|
||||||
virtual ast_manager& get_manager() = 0;
|
virtual ast_manager& get_manager() = 0;
|
||||||
virtual params_ref get_params() = 0;
|
virtual params_ref get_params() = 0;
|
||||||
virtual void initialize_value(expr* t, expr* v) = 0;
|
virtual void initialize_value(expr* t, expr* v) = 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue