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.hpp
parent1506c9bac4a7d8f7f45ce8e4870a4968e9d5fda7 (diff)
Renamed GetElevation() to GetElevationFormatted().
Diffstat (limited to 'indexer/map_object.hpp')
-rw-r--r--indexer/map_object.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indexer/map_object.hpp b/indexer/map_object.hpp
index 954ec5ad22..d245bb52b1 100644
--- a/indexer/map_object.hpp
+++ b/indexer/map_object.hpp
@@ -82,7 +82,7 @@ public:
string GetOperator() const;
int GetStars() const;
/// @returns formatted elevation in feet or meters, or empty string.
- string GetElevation() const;
+ string GetElevationFormatted() const;
/// @returns URL to Wikipedia or empty string.
string GetWikipediaLink() const;
string GetFlats() const;