Merge pull request #2569 from syershov/MAPSME-262

[new downloader] Fix ThreadChecker declaration
This commit is contained in:
Ilya Zverev 2016-03-28 17:02:51 +04:00
commit 0651fc5be9

View file

@ -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();