mirror of
https://github.com/tristanpenman/valijson.git
synced 2024-12-12 18:20:27 +01:00
Add space between two > characters for compiler friendliness
This commit is contained in:
parent
836f17c827
commit
521a1033fa
@ -147,7 +147,7 @@ public:
|
||||
|
||||
private:
|
||||
|
||||
typedef std::vector<std::pair<std::string, const ConstraintBuilder *>>
|
||||
typedef std::vector<std::pair<std::string, const ConstraintBuilder *> >
|
||||
ConstraintBuilders;
|
||||
|
||||
ConstraintBuilders constraintBuilders;
|
||||
|
Loading…
Reference in New Issue
Block a user