updated to the new pikotools api: SpaceParser::SetSpace(...) methods have been removed

This commit is contained in:
2021-05-21 01:37:42 +02:00
parent 8bb585d97d
commit 27720afaf2
11 changed files with 13 additions and 39 deletions

View File

@@ -144,8 +144,7 @@ pt::Space space;
pt::SpaceParser parser;
pt::Date date;
parser.SetSpace(space);
pt::SpaceParser::Status status = parser.ParseSpaceFile(file);
pt::SpaceParser::Status status = parser.ParseSpaceFile(file, space);
if( status == pt::SpaceParser::ok )
{