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>2012-04-19 16:21:46 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:37:39 +0300
commit32f645d73204c31b71edcc4938fe5921cc09eedf (patch)
tree7de646226bef21db849b9598fec9501a48fa122f /indexer/feature_utils.cpp
parent0632edae1a22b032251b363d90007c61dbf4b1b3 (diff)
Rename some functions according to coding style.
Diffstat (limited to 'indexer/feature_utils.cpp')
-rw-r--r--indexer/feature_utils.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indexer/feature_utils.cpp b/indexer/feature_utils.cpp
index 9206c050bd..a1220968b3 100644
--- a/indexer/feature_utils.cpp
+++ b/indexer/feature_utils.cpp
@@ -53,7 +53,7 @@ public:
void CorrectScaleForVisibility(TypesHolder const & types, int & scale) const
{
- pair<int, int> const scaleR = feature::DrawableScaleRangeForText(types);
+ pair<int, int> const scaleR = feature::GetDrawableScaleRangeForText(types);
ASSERT_LESS_OR_EQUAL ( scaleR.first, scaleR.second, () );
// Result types can be without visible texts (matched by category).