forked from organicmaps/organicmaps-tmp
[new downloader] Fix ThreadChecker declaration
This commit is contained in:
parent
8ebb4349f9
commit
7facc1e85d
1 changed files with 1 additions and 1 deletions
|
@ -217,7 +217,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