mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 09:35:32 +00:00
add virtual destructor
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
b5efb87118
commit
9e51691285
1 changed files with 2 additions and 0 deletions
|
@ -26,6 +26,8 @@ namespace user_propagator {
|
|||
|
||||
class core {
|
||||
public:
|
||||
|
||||
virtual ~core() {}
|
||||
|
||||
virtual void user_propagate_init(
|
||||
void* ctx,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue