| 84 | } |
| 85 | |
| 86 | void DescriptionsCollector::operator()(FeatureType & ft, uint32_t featureId) |
| 87 | { |
| 88 | (*this)(ft.GetMetadata().GetWikiURL(), featureId); |
| 89 | } |
| 90 | |
| 91 | void DescriptionsCollector::operator()(std::string const & wikiUrl, uint32_t featureId) |
| 92 | { |
nothing calls this directly
no test coverage detected