updated to the new pikotools api: snake_case names of methods from SpaceParser

This commit is contained in:
2021-05-21 04:51:58 +02:00
parent 27720afaf2
commit fe67b5d72a
11 changed files with 12 additions and 12 deletions

View File

@@ -62,7 +62,7 @@ bool Meta::HasAccess()
bool Meta::Parse(const std::wstring & meta_str)
{
return (conf_parser.ParseSpace(meta_str, space) == pt::SpaceParser::ok);
return (conf_parser.parse_space(meta_str, space) == pt::SpaceParser::ok);
}