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>2015-07-23 19:04:03 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 03:01:29 +0300
commita19239fa847f1a5d7e95deb1aeacef80799b3ed9 (patch)
treeefded0d3e963222829d5315d050752bf71dff218 /indexer/mwm_set.hpp
parent57921f1e7c4f2932b41d423f381bf630ff705b34 (diff)
Simplified routing when GetCountryName() needed.
Diffstat (limited to 'indexer/mwm_set.hpp')
-rw-r--r--indexer/mwm_set.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indexer/mwm_set.hpp b/indexer/mwm_set.hpp
index e952a21c3c..a63a24905a 100644
--- a/indexer/mwm_set.hpp
+++ b/indexer/mwm_set.hpp
@@ -57,7 +57,7 @@ public:
inline platform::LocalCountryFile const & GetLocalFile() const { return m_file; }
- inline string GetCountryName() const { return m_file.GetCountryName(); }
+ inline string const & GetCountryName() const { return m_file.GetCountryName(); }
inline int64_t GetVersion() const { return m_file.GetVersion(); }