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:
authorAlex Zolotarev <deathbaba@gmail.com>2011-10-28 02:26:12 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:27:05 +0300
commit61f3a94d90e165c1ac762dfbc2655b5844ee4102 (patch)
tree2ad2150f397de9ad75fd0740074cc4691340740f /map/ruler.cpp
parenta135919127140ab9947f7adf0b97a07ac2244047 (diff)
Warning fixes
Diffstat (limited to 'map/ruler.cpp')
-rw-r--r--map/ruler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/map/ruler.cpp b/map/ruler.cpp
index cafd96553e..dac9160c34 100644
--- a/map/ruler.cpp
+++ b/map/ruler.cpp
@@ -157,7 +157,7 @@ void Ruler::CalcMetresDiff(double v)
Ruler::Ruler(Params const & p)
- : base_t(p), m_boundRects(1), m_isInitialized(false), m_hasPendingUpdate(false), m_currSystem(0)
+ : base_t(p), m_boundRects(1), m_currSystem(0), m_isInitialized(false), m_hasPendingUpdate(false)
{
}