mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-03 04:10:05 -06:00
Tests: Fix -Wsuggest-destructor-override warning in testCMExtMemory
This commit is contained in:
@@ -13,7 +13,7 @@ public:
|
||||
class Derived : public Base
|
||||
{
|
||||
public:
|
||||
~Derived() = default;
|
||||
~Derived() override = default;
|
||||
|
||||
void method() {}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user