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>2013-07-19 15:01:37 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:59:04 +0300
commitce4870393dd3902147ddfd29a81dc50af23eff18 (patch)
tree32693ce116f18c148820b581d9a13122e45a3661 /map/navigator.hpp
parent5aaee9909f78245f041fcc24cfaaf26f4506dbd3 (diff)
Fixes according to code review.
Diffstat (limited to 'map/navigator.hpp')
-rw-r--r--map/navigator.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/map/navigator.hpp b/map/navigator.hpp
index 0e5910c071..3bcb3820bf 100644
--- a/map/navigator.hpp
+++ b/map/navigator.hpp
@@ -115,6 +115,6 @@ private:
m2::PointD const & newPt2,
m2::PointD const & oldPt1,
m2::PointD const & oldPt2,
- bool skipMaxScaleAndBordersCheck,
+ bool skipMinScaleAndBordersCheck,
bool doRotateScreen);
};