mirror of
https://github.com/tristanpenman/valijson.git
synced 2024-12-13 18:45:11 +01:00
Added an empty virtual destructor to the ConstraintVisitor class.
This commit is contained in:
parent
60eba9d391
commit
2e9d147c99
@ -34,6 +34,7 @@ class UniqueItemsConstraint;
|
|||||||
class ConstraintVisitor
|
class ConstraintVisitor
|
||||||
{
|
{
|
||||||
protected:
|
protected:
|
||||||
|
virtual ~ConstraintVisitor() {}
|
||||||
|
|
||||||
// Shorten type names for derived classes outside of this namespace
|
// Shorten type names for derived classes outside of this namespace
|
||||||
typedef constraints::AllOfConstraint AllOfConstraint;
|
typedef constraints::AllOfConstraint AllOfConstraint;
|
||||||
|
Loading…
Reference in New Issue
Block a user