unbreak compilation on gcc-7
This commit is contained in:
parent
1f7f60d5c2
commit
99da87d086
|
@ -103,7 +103,7 @@ public:
|
|||
LowLevelAlloc::PagesAllocator* parent_allocator = LowLevelAlloc::GetDefaultPagesAllocator();
|
||||
Header* hdr = head_;
|
||||
|
||||
BTPagesAllocator::~BTPagesAllocator();
|
||||
this->~BTPagesAllocator();
|
||||
|
||||
while (hdr) {
|
||||
Header* next = hdr->next;
|
||||
|
|
Loading…
Reference in New Issue