updated to the new pikotools api: snake_case names of methods from SpaceParser
This commit is contained in:
@@ -79,7 +79,7 @@ bool GroupInfo::ParseGroups(const std::wstring & str, Groups & groups)
|
||||
groups.Clear();
|
||||
pt::Space & space = *groups.GetSpace();
|
||||
|
||||
if( conf_parser.ParseSpace(str, space) == pt::SpaceParser::ok )
|
||||
if( conf_parser.parse_space(str, space) == pt::SpaceParser::ok )
|
||||
{
|
||||
groups.Reindex();
|
||||
}
|
||||
|
Reference in New Issue
Block a user