mirror of
https://github.com/tristanpenman/valijson.git
synced 2024-12-12 10:13:51 +01:00
Change isString to IsString
This commit is contained in:
parent
5d7a6c5c4c
commit
afc92d5428
@ -433,7 +433,7 @@ class YamlCppValue
|
||||
|
||||
bool isString() const
|
||||
{
|
||||
return m_value.isScalar();
|
||||
return m_value.IsScalar();
|
||||
}
|
||||
|
||||
private:
|
||||
|
Loading…
Reference in New Issue
Block a user