updated to the new pikotools api: snake_case names of methods from SpaceParser
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user