forked from organicmaps/organicmaps
Added assert
This commit is contained in:
parent
a6c6e2cb52
commit
c46a302336
1 changed files with 1 additions and 0 deletions
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue