Fix non-virtual destructor in variant_value_base
This commit is contained in:
parent
887a99ecee
commit
d9f771b5b9
1 changed files with 2 additions and 0 deletions
|
@ -198,6 +198,8 @@ public:
|
|||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
virtual ~variant_value_base() {}
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue