forked from organicmaps/organicmaps
Minor code style fixes.
This commit is contained in:
parent
4fc1a89b93
commit
051df2870e
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ ChunksDownloadStrategy::GetChunk(RangeT const & range)
|
|||
else
|
||||
{
|
||||
LOG(LERROR, ("Downloader error. Invalid chunk range: ", range));
|
||||
return pair<ChunkT *, int>(reinterpret_cast<ChunkT *>(0), -1);
|
||||
return pair<ChunkT *, int>(static_cast<ChunkT *>(0), -1);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue