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:
Diffstat (limited to 'geometry')
-rw-r--r--geometry/mercator.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/geometry/mercator.hpp b/geometry/mercator.hpp
index bd570b0119..4fa61ac21f 100644
--- a/geometry/mercator.hpp
+++ b/geometry/mercator.hpp
@@ -94,7 +94,7 @@ struct MercatorBounds
static m2::PointD GetSmPoint(m2::PointD const & pt, double lonMetresR, double latMetresR);
- static double GetCellID2PointAbsEpsilon() { return 1.0E-4; }
+ static double constexpr GetCellID2PointAbsEpsilon() { return 1.0E-4; }
inline static m2::PointD FromLatLon(double lat, double lon)
{