Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLev Dragunov <l.dragunov@corp.mail.ru>2016-03-04 16:32:19 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:51:27 +0300
commit97d04e12cf12b3c9632ba64c4998bbf77a79a919 (patch)
tree173f686f135b9f6df36afb75f96523bc663a8f9b /indexer/feature_visibility.hpp
parentb721c12090c2f78d2f28a343b7098e566b381226 (diff)
Review fixes.
Diffstat (limited to 'indexer/feature_visibility.hpp')
-rw-r--r--indexer/feature_visibility.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indexer/feature_visibility.hpp b/indexer/feature_visibility.hpp
index 290685e1ef..0e0811d7d0 100644
--- a/indexer/feature_visibility.hpp
+++ b/indexer/feature_visibility.hpp
@@ -29,7 +29,7 @@ namespace feature
// Exception features which have no styles, but must be present in index for some reasons.
// For example routing edges with render=no tag (Le mans tunnel).
- bool IsDrawarbleByException(FeatureBase const & f);
+ bool RequireGeometryInIndex(FeatureBase const & f);
/// For FEATURE_TYPE_AREA need to have at least one area-filling type.
bool IsDrawableLike(vector<uint32_t> const & types, EGeomType geomType);