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:
Diffstat (limited to 'storage/queued_country.cpp')
-rw-r--r--storage/queued_country.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/queued_country.cpp b/storage/queued_country.cpp
index 22a3aa0fb3..eeae6ea0cd 100644
--- a/storage/queued_country.cpp
+++ b/storage/queued_country.cpp
@@ -27,7 +27,7 @@ void QueuedCountry::AddOptions(MapOptions opt)
void QueuedCountry::RemoveOptions(MapOptions opt)
{
- for (MapOptions file : {MapOptions::Map, MapOptions::CarRouting})
+ for (MapOptions file : {MapOptions::Map, MapOptions::CarRouting, MapOptions::Diff})
{
if (HasOptions(opt, file) && HasOptions(m_init, file))
{