forked from organicmaps/organicmaps
fix build with clang 11: destructor + alias
clang 11 generate such error for coding/files_container.cpp: destructor cannot be declared using a type alias
This commit is contained in:
parent
e8620e879f
commit
9ab88d2bef
1 changed files with 1 additions and 1 deletions
|
@ -256,7 +256,7 @@ FileReader FilesMappingContainer::GetReader(Tag const & tag) const
|
|||
// FilesMappingContainer::Handle
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
FilesMappingContainer::Handle::~Handle()
|
||||
detail::MappedFile::Handle::~Handle()
|
||||
{
|
||||
Unmap();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue