mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2026-07-26 00:45:35 +00:00
Codefix: Mark destructors override. (#14925)
Remove some empty destructors.
This commit is contained in:
@@ -119,7 +119,7 @@ public:
|
||||
this->Reflow();
|
||||
}
|
||||
|
||||
~UniscribeParagraphLayout() override {}
|
||||
~UniscribeParagraphLayout() override = default;
|
||||
|
||||
void Reflow() override
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user