Codechange: make WindowClass a scoped enum

This commit is contained in:
Rubidium
2026-05-20 21:39:04 +02:00
committed by rubidium42
parent a9a2965131
commit bcda4a72ee
134 changed files with 1361 additions and 1249 deletions
+1 -1
View File
@@ -313,7 +313,7 @@ static constexpr std::initializer_list<NWidgetPart> _nested_build_trees_widgets
/** Window definition for the tree building window. */
static WindowDesc _build_trees_desc(
WindowPosition::Automatic, "build_tree", 0, 0,
WC_BUILD_TREES, WC_NONE,
WindowClass::BuildTrees, WindowClass::None,
WindowDefaultFlag::Construction,
_nested_build_trees_widgets
);