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-05-09 02:53:49 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:17:06 +0300
commit2400357a3db3f7eaf00e8c75d7603168f441fd80 (patch)
tree4597cb81b97faf0e1d92185128d5b0bfd58c5046 /generator/statistics.hpp
parent4ec7dff6c7b847264eb0091b89fe86df1eea95d2 (diff)
Refactoring of feature structure:
- multilanguage names - separate house numbers - point feature rank - refs for linear features
Diffstat (limited to 'generator/statistics.hpp')
-rw-r--r--generator/statistics.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/generator/statistics.hpp b/generator/statistics.hpp
index a4a73c03c1..2f4956fd20 100644
--- a/generator/statistics.hpp
+++ b/generator/statistics.hpp
@@ -51,7 +51,7 @@ namespace stats
struct MapInfo
{
- set<GeneralInfoKey<FeatureBase::FeatureType> > m_byGeomType;
+ set<GeneralInfoKey<feature::EGeomType> > m_byGeomType;
set<GeneralInfoKey<TypeTag> > m_byClassifType;
set<GeneralInfoKey<uint32_t> > m_byPointsCount, m_byTrgCount;