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:
authorr.kuznetsov <r.kuznetsov@corp.mail.ru>2017-08-25 13:41:48 +0300
committerVladimir Byko-Ianko <v.bykoianko@corp.mail.ru>2017-09-13 16:25:40 +0300
commit5cc60e88d5785e492240adc0f5c3bd250016eb87 (patch)
tree8c277959b78706618f538335f661a9c215ecf7aa /mapshot
parent9cc1fb3862a0dce5f418f4abe22a657ea93278f8 (diff)
Fixed tests affected by diffs
Diffstat (limited to 'mapshot')
-rw-r--r--mapshot/mapshot.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/mapshot/mapshot.cpp b/mapshot/mapshot.cpp
index 1f9aae1d62..3abc1a7d87 100644
--- a/mapshot/mapshot.cpp
+++ b/mapshot/mapshot.cpp
@@ -184,7 +184,7 @@ int main(int argc, char * argv[])
try
{
- Framework f;
+ Framework f(FrameworkParams(false /* m_enableLocalAds */, false /* m_enableDiffs */));
auto processPlace = [&](string const & place)
{