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