Merge branch 'domire8-fix/yaml-cpp-adapter'

This commit is contained in:
Tristan Penman 2023-12-15 10:55:10 +11:00
commit 0b4771e273

View File

@ -433,7 +433,7 @@ class YamlCppValue
bool isString() const bool isString() const
{ {
return true; return m_value.IsScalar();
} }
private: private: