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-09-25 21:41:17 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:24:53 +0300
commitaf873dd691d10e2e5b18eaaa958be5d68a0aa67e (patch)
tree36f06a3e64aa1876d86e319d997ba7b32c1c7ecc /geometry/point2d.hpp
parenta9505d19eb0d388e71bb8f9fbdd24c790b34131d (diff)
Renamed debug_print to DebugPrint
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);