mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-19 18:32:35 +01:00
Codefix: Mark destructors override. (#14925)
Remove some empty destructors.
This commit is contained in:
@@ -304,7 +304,7 @@ public:
|
||||
_network_content_client.Connect();
|
||||
}
|
||||
|
||||
~BootstrapEmscripten()
|
||||
~BootstrapEmscripten() override
|
||||
{
|
||||
_network_content_client.RemoveCallback(this);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user