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:
authorVladiMihaylenko <vxmihaylenko@gmail.com>2015-03-10 11:17:34 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:39:10 +0300
commit3f5af422f9bbcd5b5701958dc1aa1e0dc20dafcc (patch)
tree5805e33c7e223ef49c252fbaca0ba2ecc323c18a /storage
parent9acc46c26e91fa0f2af577da230518c36da94bc8 (diff)
Fixed alert layout
Diffstat (limited to 'storage')
-rw-r--r--storage/index.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/index.hpp b/storage/index.hpp
index 28ff44ae74..8c0a9eab9d 100644
--- a/storage/index.hpp
+++ b/storage/index.hpp
@@ -23,7 +23,7 @@ namespace storage
m_country == other.m_country &&
m_region == other.m_region);
}
-
+
bool operator!=(TIndex const & other) const
{
return !(*this == other);