updated to the new pikotools api: snake_case names of methods from SpaceParser
This commit is contained in:
@@ -102,7 +102,7 @@ bool Config::ReadConfig(bool errors_to_stdout_, bool stdout_is_closed)
|
||||
}
|
||||
|
||||
log << log2 << "Config: reading a config file" << logend;
|
||||
pt::SpaceParser::Status status = parser.ParseSpaceFile(config_file, space);
|
||||
pt::SpaceParser::Status status = parser.parse_space_file(config_file, space);
|
||||
|
||||
if( status == pt::SpaceParser::ok )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user