CFG: minor cleanup

This commit is contained in:
Nekotekina 2020-03-31 21:50:23 +03:00
parent 69d90f6fec
commit ba7f4af02b
3 changed files with 7 additions and 7 deletions

View file

@ -289,7 +289,7 @@ void cfg::decode(const YAML::Node& data, cfg::_base& rhs, bool dynamic)
if (YAML::convert<std::string>::decode(data, value))
{
rhs.from_string(value);
rhs.from_string(value, dynamic);
}
break; // ???