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:
authorYuri Gorshenin <y@maps.me>2017-10-26 19:52:04 +0300
committerr.kuznetsov <r.kuznetsov@corp.mail.ru>2017-11-09 13:20:24 +0300
commit6b8f14df4d38917d04fb112c4efda4fee5004ef4 (patch)
treea45d7d315069da5215299313faef936ff0ef8548 /storage
parent11a7e8143fde697ededf3f01d873fba7e1549c51 (diff)
Review fixes.
Diffstat (limited to 'storage')
-rw-r--r--storage/storage_tests/storage_tests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/storage_tests/storage_tests.cpp b/storage/storage_tests/storage_tests.cpp
index c8f0380039..a04994f98c 100644
--- a/storage/storage_tests/storage_tests.cpp
+++ b/storage/storage_tests/storage_tests.cpp
@@ -73,7 +73,7 @@ public:
class SometimesFailingDownloadingPolicy : public DownloadingPolicy
{
public:
- SometimesFailingDownloadingPolicy(vector<uint64_t> const & failedRequests)
+ explicit SometimesFailingDownloadingPolicy(vector<uint64_t> const & failedRequests)
: m_failedRequests(failedRequests)
{
sort(m_failedRequests.begin(), m_failedRequests.end());