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:
authorvng <viktor.govako@gmail.com>2011-10-08 04:23:27 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:25:36 +0300
commit847712c9fffaf37ff56bae4b447e85144947fe9e (patch)
treec41ebcbba948ceac66f5a4a6c4f407ae4f564025 /indexer/classificator.hpp
parentd6106655deece2c1652cbb2cf3d3879f83cd0f59 (diff)
Skip natural-coastline type in IsDrawableForIndex routine. This features should be visible always.
Diffstat (limited to 'indexer/classificator.hpp')
-rw-r--r--indexer/classificator.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indexer/classificator.hpp b/indexer/classificator.hpp
index 806b27c7e2..37e2c95c5d 100644
--- a/indexer/classificator.hpp
+++ b/indexer/classificator.hpp
@@ -226,6 +226,8 @@ public:
uint32_t GetIndexForType(uint32_t t) const { return m_t2i.GetIndex(t); }
uint32_t GetTypeForIndex(uint32_t i) const { return m_i2t.GetType(i); }
+ uint32_t GetCoastType() const;
+
// Iterate for possible objects types
//template <class ToDo> void ForEachType(ToDo toDo)
//{