Added assert

This commit is contained in:
Constantin Shalnev 2016-02-25 18:46:22 +03:00 committed by Sergey Yershov
parent a6c6e2cb52
commit c46a302336

View file

@ -38,6 +38,7 @@ void HttpMapFilesDownloader::DownloadMapFile(vector<string> const & urls, string
MapFilesDownloader::TProgress HttpMapFilesDownloader::GetDownloadingProgress()
{
ASSERT_THREAD_CHECKER(m_checker, ());
ASSERT(nullptr != m_request, ());
return m_request->Progress();
}