Clang 5.0 fixes
- Added override keyword - Removed inherited member variables
This commit is contained in:
@@ -64,7 +64,7 @@ public:
|
||||
}
|
||||
|
||||
|
||||
virtual ~cListAllocationPool()
|
||||
virtual ~cListAllocationPool() override
|
||||
{
|
||||
while (!m_FreeList.empty())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user