Add virtual dtor to schema
This commit is contained in:
parent
2969393afa
commit
e146b37a32
@ -36,6 +36,8 @@ protected:
|
||||
root_schema *root_;
|
||||
|
||||
public:
|
||||
virtual ~schema() = default;
|
||||
|
||||
schema(root_schema *root)
|
||||
: root_(root) {}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user