mirror of
https://github.com/tristanpenman/valijson.git
synced 2024-12-13 10:32:58 +01:00
Merge pull request #32 from 0x4d52/master
Added an empty virtual destructor to the ConstraintVisitor class.
This commit is contained in:
commit
8a5282d61e
@ -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