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/point2d.hpp')
-rw-r--r--geometry/point2d.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/geometry/point2d.hpp b/geometry/point2d.hpp
index eaaf52dec8..07809be8a3 100644
--- a/geometry/point2d.hpp
+++ b/geometry/point2d.hpp
@@ -251,7 +251,7 @@ namespace m2
}
}
- template <typename T> string debug_print(m2::Point<T> const & p)
+ template <typename T> string DebugPrint(m2::Point<T> const & p)
{
ostringstream out;
out.precision(20);