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-16 00:57:31 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:13:43 +0300
commit08e6dfa6465cf263e7c38cd26e66f6beec6caffa (patch)
tree185c6b919a8b0151038e7970ffa7ad167feb5d14 /map/navigator.hpp
parentcadfc18b85d9bc1f77cefaf2c09b2fe06a718fa1 (diff)
[IPHONE] fixing bug with min scale limit.
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 c62abc7b1e..99f7f6cc2e 100644
--- a/map/navigator.hpp
+++ b/map/navigator.hpp
@@ -93,7 +93,7 @@ private:
// Device orientation
EOrientation m_orientation;
// Used in DoScale and ScaleByPoint
- void 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 skipMaxScaleCheck);
};
#include "../base/stop_mem_debug.hpp"