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:
authorSergey Yershov <yershov@corp.mail.ru>2016-01-22 13:38:36 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:15:06 +0300
commitdb6f3c49c42877f58c3c309d1d0bf6d080c5897c (patch)
tree37094f7ab6f5ae5d250c590a05a0a80f87f71840 /platform/local_country_file.cpp
parentc7b011d3cf8f495e4b1587b130aa063f416769af (diff)
[Old map downloader] Review fixes
Diffstat (limited to 'platform/local_country_file.cpp')
-rw-r--r--platform/local_country_file.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/local_country_file.cpp b/platform/local_country_file.cpp
index 9183769da7..51fbfc7504 100644
--- a/platform/local_country_file.cpp
+++ b/platform/local_country_file.cpp
@@ -57,7 +57,7 @@ void LocalCountryFile::DeleteFromDisk(MapOptions files) const
string LocalCountryFile::GetPath(MapOptions file) const
{
- // TODO (mpimenov): Refactor with MwmTraits after merge new-search branch.
+ // todo(@m): Refactor with MwmTraits after merge new-search branch.
bool singleFile = GetVersion() > 151126;
string const & countryFilePath = singleFile ? m_countryFile.GetNameWithExt(MapOptions::Map)
: m_countryFile.GetNameWithExt(file);