mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2026-07-24 03:56:43 +00:00
Codechange: add missing documentation to destructors
This commit is contained in:
@@ -2034,6 +2034,7 @@ ScriptConfigSettings::ScriptConfigSettings()
|
||||
/* Instantiate here, because unique_ptr needs a complete type. */
|
||||
}
|
||||
|
||||
/** Needs to be manually defined due to incomplete definition of types in the header. */
|
||||
ScriptConfigSettings::~ScriptConfigSettings()
|
||||
{
|
||||
/* Instantiate here, because unique_ptr needs a complete type. */
|
||||
|
||||
Reference in New Issue
Block a user