updated to the new pikotools api: SpaceParser::SetSpace(...) methods have been removed
This commit is contained in:
@@ -70,10 +70,7 @@ return true;
|
||||
|
||||
bool Env::Parse(const std::wstring & env_str)
|
||||
{
|
||||
space.clear();
|
||||
conf_parser.SetSpace(space);
|
||||
|
||||
return (conf_parser.ParseSpace(env_str) == pt::SpaceParser::ok);
|
||||
return (conf_parser.ParseSpace(env_str, space) == pt::SpaceParser::ok);
|
||||
}
|
||||
|
||||
|
||||
|
@@ -62,10 +62,7 @@ bool Meta::HasAccess()
|
||||
|
||||
bool Meta::Parse(const std::wstring & meta_str)
|
||||
{
|
||||
space.clear();
|
||||
conf_parser.SetSpace(space);
|
||||
|
||||
return (conf_parser.ParseSpace(meta_str) == pt::SpaceParser::ok);
|
||||
return (conf_parser.ParseSpace(meta_str, space) == pt::SpaceParser::ok);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user