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:
authorrachytski <siarhei.rachytski@gmail.com>2011-03-31 01:34:32 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:14:34 +0300
commitb7942c0c9c5d9c555d8015662beefeda1debecbe (patch)
tree2de1de8bcd6cb0f5752f379a9ea7eb99107f7267 /map/navigator.hpp
parent7080ee4e0bac550fc70dfe9209a8db1a9b71adde (diff)
CheckBorders fixes. #closes 168
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 deb3e9eb86..5ae1f16c59 100644
--- a/map/navigator.hpp
+++ b/map/navigator.hpp
@@ -94,7 +94,7 @@ private:
// Device orientation
EOrientation m_orientation;
// Used in DoScale and ScaleByPoint
- bool ScaleImpl(m2::PointD const & newPt1, m2::PointD const & newPt2, m2::PointD const & oldPt1, m2::PointD const & oldPt2, bool skipMaxScaleCheck);
+ bool ScaleImpl(m2::PointD const & newPt1, m2::PointD const & newPt2, m2::PointD const & oldPt1, m2::PointD const & oldPt2, bool skipMaxScaleAndBordersCheck);
};
#include "../base/stop_mem_debug.hpp"