1
0
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:
Peter Nelson
2025-12-19 18:14:29 +00:00
committed by GitHub
parent 39f30692fe
commit f1e831233a
54 changed files with 62 additions and 62 deletions

View File

@@ -304,7 +304,7 @@ public:
_network_content_client.Connect();
}
~BootstrapEmscripten()
~BootstrapEmscripten() override
{
_network_content_client.RemoveCallback(this);
}