forked from organicmaps/organicmaps-tmp
Fixed warning in [platform]
This commit is contained in:
parent
033cafe980
commit
a97b51a6aa
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ ChunksDownloadStrategy::NextChunk(string & outUrl, RangeT & range)
|
|||
switch (m_chunks[i].m_status)
|
||||
{
|
||||
case CHUNK_FREE:
|
||||
server->m_chunkIndex = i;
|
||||
server->m_chunkIndex = static_cast<int>(i);
|
||||
outUrl = server->m_url;
|
||||
|
||||
range.first = m_chunks[i].m_pos;
|
||||
|
|
Loading…
Add table
Reference in a new issue