forked from organicmaps/organicmaps
[generator] Virtual dtor of an abstract class was forgotten.
This commit is contained in:
parent
03fd6120f4
commit
7b353dbe12
1 changed files with 2 additions and 0 deletions
|
@ -98,6 +98,8 @@ private:
|
|||
class ToStringPolicyInterface
|
||||
{
|
||||
public:
|
||||
virtual ~ToStringPolicyInterface() = default;
|
||||
|
||||
virtual std::string ToString(Node::PtrList const & nodePtrList) = 0;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue