updated to the new pikotools api: SpaceParser::SetSpace(...) methods have been removed
This commit is contained in:
@@ -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