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/cellid.hpp')
-rw-r--r--geometry/cellid.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/geometry/cellid.hpp b/geometry/cellid.hpp
index ea1df53b5f..b58afb5422 100644
--- a/geometry/cellid.hpp
+++ b/geometry/cellid.hpp
@@ -307,7 +307,7 @@ private:
int m_Level;
};
-template <int DEPTH_LEVELS> string debug_print(CellId<DEPTH_LEVELS> const & id)
+template <int DEPTH_LEVELS> string DebugPrint(CellId<DEPTH_LEVELS> const & id)
{
ostringstream out;
out << "CellId<" << DEPTH_LEVELS << ">(\"" << id.ToString().c_str() << "\")";