mirror of
https://github.com/edubart/otclient.git
synced 2025-10-20 06:23:26 +02:00
works with yaml 2.6
This commit is contained in:
@@ -68,7 +68,7 @@ inline void operator>>(const YAML::Node& node, TSize<T>& size)
|
||||
template<class T>
|
||||
inline T yamlRead(const YAML::Node& node)
|
||||
{
|
||||
return node.Read<T>();
|
||||
return node.to<T>();
|
||||
}
|
||||
|
||||
template<class T>
|
||||
|
Reference in New Issue
Block a user