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