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