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 <alex@maps.me>2016-03-17 17:38:09 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:56:55 +0300
commit88fddc38b762e4493eab69014a7045e3660ca048 (patch)
treef4febeed38b7276de0938b82ec920cd209744e87 /indexer/map_object.cpp
parent1506c9bac4a7d8f7f45ce8e4870a4968e9d5fda7 (diff)
Renamed GetElevation() to GetElevationFormatted().
Diffstat (limited to 'indexer/map_object.cpp')
-rw-r--r--indexer/map_object.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indexer/map_object.cpp b/indexer/map_object.cpp
index 2a35265110..5909d40c49 100644
--- a/indexer/map_object.cpp
+++ b/indexer/map_object.cpp
@@ -159,7 +159,7 @@ int MapObject::GetStars() const
return 0;
}
-string MapObject::GetElevation() const
+string MapObject::GetElevationFormatted() const
{
if (m_metadata.Has(feature::Metadata::FMD_ELE))
{