[new downloader] Fix ThreadChecker declaration

This commit is contained in:
Sergey Yershov 2016-03-28 16:02:00 +03:00
parent 8ebb4349f9
commit 7facc1e85d

View file

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