mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-28 22:54:29 +01:00
Codefix: Mark destructors override. (#14925)
Remove some empty destructors.
This commit is contained in:
@@ -176,7 +176,7 @@ public:
|
||||
this->vscroll->SetCount(this->bridges.size());
|
||||
}
|
||||
|
||||
~BuildBridgeWindow()
|
||||
~BuildBridgeWindow() override
|
||||
{
|
||||
BuildBridgeWindow::last_sorting = this->bridges.GetListing();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user