updated to the new pikotools api: snake_case names of methods from SpaceParser
This commit is contained in:
@@ -168,7 +168,7 @@ void TimeZones::ParseZones()
|
||||
bool TimeZones::ReadTimeZones(const wchar_t * path)
|
||||
{
|
||||
zone_tab.clear();
|
||||
pt::SpaceParser::Status status = parser.ParseSpaceFile(path, temp_space);
|
||||
pt::SpaceParser::Status status = parser.parse_space_file(path, temp_space);
|
||||
|
||||
if( status == pt::SpaceParser::ok )
|
||||
{
|
||||
|
Reference in New Issue
Block a user