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:
authorVladimir Byko-Ianko <v.bykoianko@corp.mail.ru>2016-02-02 17:31:11 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:21:32 +0300
commitdbe555605f496e65df0e762bec3dc3da75e009d5 (patch)
tree2f5902d58d8411a421ba73e216ec93b59522be1a /indexer/index.hpp
parentde3a5b9df15bfc5b3c957197921cc369753d0998 (diff)
[new downloader] Moving new developed map downloader functionality to new map downloader branch.
Diffstat (limited to 'indexer/index.hpp')
-rw-r--r--indexer/index.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indexer/index.hpp b/indexer/index.hpp
index 39a38c15d5..1ee8d7c8fa 100644
--- a/indexer/index.hpp
+++ b/indexer/index.hpp
@@ -40,7 +40,7 @@ public:
inline feature::DataHeader const & GetHeader() const { return m_factory.GetHeader(); }
inline version::MwmVersion const & GetMwmVersion() const { return m_factory.GetMwmVersion(); }
- inline string const & GetCountryFileName() const { return m_file.GetCountryFile().GetNameWithoutExt(); }
+ inline string const & GetCountryFileName() const { return m_file.GetCountryFile().GetName(); }
};
class Index : public MwmSet