forked from organicmaps/organicmaps
Merge pull request #2569 from syershov/MAPSME-262
[new downloader] Fix ThreadChecker declaration
This commit is contained in:
commit
0651fc5be9
1 changed files with 1 additions and 1 deletions
|
@ -230,7 +230,7 @@ private:
|
|||
// Note. |m_affiliations| is empty in case of countries_obsolete.txt.
|
||||
TMappingAffiliations m_affiliations;
|
||||
|
||||
DECLARE_THREAD_CHECKER(m_threadChecker);
|
||||
ThreadChecker m_threadChecker;
|
||||
|
||||
void DownloadNextCountryFromQueue();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue