unbreak compilation on gcc-7

This commit is contained in:
Aliaksei Kandratsenka 2024-10-05 11:02:21 -04:00
parent 1f7f60d5c2
commit 99da87d086
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ public:
LowLevelAlloc::PagesAllocator* parent_allocator = LowLevelAlloc::GetDefaultPagesAllocator(); LowLevelAlloc::PagesAllocator* parent_allocator = LowLevelAlloc::GetDefaultPagesAllocator();
Header* hdr = head_; Header* hdr = head_;
BTPagesAllocator::~BTPagesAllocator(); this->~BTPagesAllocator();
while (hdr) { while (hdr) {
Header* next = hdr->next; Header* next = hdr->next;