mirror of
https://github.com/tristanpenman/valijson.git
synced 2025-03-03 04:38:40 +01:00
Fix return type on getMinLength
This commit is contained in:
parent
3740dc5166
commit
9183462118
@ -689,7 +689,7 @@ public:
|
||||
: BasicConstraint(allocFn, freeFn),
|
||||
m_minLength(0) { }
|
||||
|
||||
int64_t getMinLength() const
|
||||
uint64_t getMinLength() const
|
||||
{
|
||||
return m_minLength;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user