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 'generator/geometry_holder.hpp')
-rw-r--r--generator/geometry_holder.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/generator/geometry_holder.hpp b/generator/geometry_holder.hpp
index 44aab7b1bf..8d5606c422 100644
--- a/generator/geometry_holder.hpp
+++ b/generator/geometry_holder.hpp
@@ -186,7 +186,7 @@ private:
// points conversion
tesselator::PointsInfo points;
- m2::PointU (*D2U)(m2::PointD const &, uint32_t) = &PointD2PointU;
+ m2::PointU (*D2U)(m2::PointD const &, uint32_t) = &PointDToPointU;
info.GetPointsInfo(saver.GetBasePoint(), saver.GetMaxPoint(),
std::bind(D2U, std::placeholders::_1, cp.GetCoordBits()), points);