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')
-rw-r--r--storage/storage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/storage.cpp b/storage/storage.cpp
index 0025700770..8969f0ceb8 100644
--- a/storage/storage.cpp
+++ b/storage/storage.cpp
@@ -635,7 +635,7 @@ void Storage::DownloadNextCountryFromQueue()
DownloadNextFile(queuedCountry);
// New status for the country, "Downloading"
- NotifyStatusChangedForHierarchy(queuedCountry.GetCountryId());
+ NotifyStatusChangedForHierarchy(countryId);
}
void Storage::DownloadNextFile(QueuedCountry const & country)