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:
authorvng <viktor.govako@gmail.com>2012-12-19 01:04:48 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:48:06 +0300
commit836d3f86cf8e7a682e7215d4a509b8152a3cb740 (patch)
tree1c3bacb695370635cb9469e46848ebfde06991a5 /indexer/mwm_set.hpp
parent3841eefecc8f83d47c9a654678b5d8ece6a80ba5 (diff)
[search] Get english country name from mwm file name.
Diffstat (limited to 'indexer/mwm_set.hpp')
-rw-r--r--indexer/mwm_set.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/indexer/mwm_set.hpp b/indexer/mwm_set.hpp
index 8e7124fd2b..f7ae576c11 100644
--- a/indexer/mwm_set.hpp
+++ b/indexer/mwm_set.hpp
@@ -62,7 +62,6 @@ public:
~MwmLock();
inline MwmValueBase * GetValue() const { return m_pValue; }
- string GetCountryName() const;
inline MwmId GetID() const { return m_id; }
private: