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-08-22 13:31:22 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:22:10 +0300
commite0e6a49d3492efecb3e471cba2522ccef56b57fd (patch)
tree75f018abcd2dceccfc11f020283e7880519d2f38 /indexer/feature_data.hpp
parent98fd0bd3a46b89cca34df4ff66de7b6315ac37b9 (diff)
Make clear function names for classificator types.
Diffstat (limited to 'indexer/feature_data.hpp')
-rw-r--r--indexer/feature_data.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indexer/feature_data.hpp b/indexer/feature_data.hpp
index 194b2410ec..5e0d3dc53f 100644
--- a/indexer/feature_data.hpp
+++ b/indexer/feature_data.hpp
@@ -180,7 +180,7 @@ public:
Classificator & c = classif();
for (size_t i = 0; i < m_Types.size(); ++i)
- WriteVarUint(sink, c.TypeForIndex(m_Types[i]));
+ WriteVarUint(sink, c.GetIndexForType(m_Types[i]));
FeatureParamsBase::Write(sink, header, GetGeomType());
}