Codechange: add missing documentation to destructors

This commit is contained in:
Rubidium
2026-02-21 18:20:19 +01:00
committed by rubidium42
parent 52b25b981f
commit 6370859c7e
37 changed files with 43 additions and 4 deletions
+1
View File
@@ -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. */