[generator] Added classificator::Load() for wikipedia_pages

This commit is contained in:
Maksim Andrianov 2018-12-06 15:45:24 +03:00 committed by mpimenov
parent db39821893
commit 27f7d153e0

View file

@ -276,7 +276,7 @@ int GeneratorToolMain(int argc, char ** argv)
FLAGS_make_city_roads || FLAGS_generate_maxspeed || FLAGS_generate_traffic_keys ||
FLAGS_transit_path != "" || FLAGS_ugc_data != "" || FLAGS_popular_places_data != "" ||
FLAGS_generate_geo_objects_features || FLAGS_geo_objects_key_value != "" ||
FLAGS_dump_wikipedia_urls != "")
FLAGS_dump_wikipedia_urls != "" || FLAGS_wikipedia_pages != "")
{
classificator::Load();
}