Codechange: make WindowClass a scoped enum

This commit is contained in:
Rubidium
2026-04-25 20:16:40 +02:00
committed by rubidium42
parent a9a2965131
commit bcda4a72ee
134 changed files with 1361 additions and 1249 deletions
+1 -1
View File
@@ -205,7 +205,7 @@ static constexpr std::initializer_list<NWidgetPart> _nested_helpwin_widgets = {
/** Window definition for the help window. */
static WindowDesc _helpwin_desc(
WindowPosition::Center, {}, 0, 0,
WC_HELPWIN, WC_NONE,
WindowClass::Help, WindowClass::None,
{},
_nested_helpwin_widgets
);