Codechange: add missing documentation to destructors

This commit is contained in:
Rubidium
2026-02-24 16:24:53 +01:00
committed by rubidium42
parent 52b25b981f
commit 6370859c7e
37 changed files with 43 additions and 4 deletions
+1
View File
@@ -136,6 +136,7 @@ WindowDesc::WindowDesc(WindowPosition def_pos, std::string_view ini_key, int16_t
_window_descs->push_back(this);
}
/** Remove ourselves from the global list of window descs. */
WindowDesc::~WindowDesc()
{
_window_descs->erase(std::ranges::find(*_window_descs, this));