mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-26 21:54:22 +01:00
Codefix: Mark destructors override. (#14925)
Remove some empty destructors.
This commit is contained in:
@@ -461,7 +461,7 @@ public:
|
||||
this->servers.ForceRebuild();
|
||||
}
|
||||
|
||||
~NetworkGameWindow()
|
||||
~NetworkGameWindow() override
|
||||
{
|
||||
this->last_sorting = this->servers.GetListing();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user