updated to the new pikotools api: SpaceParser::SetSpace(...) methods have been removed
This commit is contained in:
@@ -76,8 +76,7 @@ void ReloadConfigFile(PluginInfo & info, Item & file)
|
||||
pt::Space space;
|
||||
pt::SpaceParser parser;
|
||||
|
||||
parser.SetSpace(space);
|
||||
pt::SpaceParser::Status status = parser.ParseSpace(file.item_content.content_raw);
|
||||
pt::SpaceParser::Status status = parser.ParseSpace(file.item_content.content_raw, space);
|
||||
|
||||
if( status == pt::SpaceParser::syntax_error )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user