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:
authorExMix <rahuba.youri@mapswithme.com>2014-04-07 14:55:44 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:14:09 +0300
commita3fd61b629937965e636523d480c08686dbad2a8 (patch)
treeb2ff7cbb43ab57f4db5e0397deaa6fccfd04e70b /map/navigator.hpp
parent932855c119ecf34a34708f777bda6ac2fb51cc95 (diff)
review fix
Diffstat (limited to 'map/navigator.hpp')
-rw-r--r--map/navigator.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/map/navigator.hpp b/map/navigator.hpp
index 55f31295dd..b0a16b597c 100644
--- a/map/navigator.hpp
+++ b/map/navigator.hpp
@@ -15,7 +15,7 @@ class Navigator
{
public:
typedef function<void ()> invalidate_fn;
- explicit Navigator(ScalesProcessor const & scales, invalidate_fn const & invalidateFn);
+ Navigator(ScalesProcessor const & scales, invalidate_fn const & invalidateFn);
void SetFromRect(m2::AnyRectD const & r);
void CenterViewport(m2::PointD const & p);
@@ -130,7 +130,7 @@ private:
void ResetMomentScaleAction();
void StartMomentScaleReseter();
- void KillMomentScalereseter();
+ void KillMomentScaleReseter();
scoped_ptr<ScheduledTask> m_reseterTask;
invalidate_fn m_invalidateFn;