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