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>2018-03-30 14:55:53 +0300
committerRoman Kuznetsov <r.kuznetsow@gmail.com>2018-04-02 14:25:51 +0300
commit26e51002ad0a0111b03d152c2cabb921410e130d (patch)
tree49fab5f6d5e6f46a543a6a2eddf1a09d64e8bf59 /storage
parent055e9309bdb9914055552a6eecde1d1029bf01a5 (diff)
Using saved countryId instead of reference.
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)