mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-16 00:42:45 +01:00
Codechange: use std::string_view for ini_key
This commit is contained in:
@@ -202,7 +202,7 @@ static constexpr NWidgetPart _nested_helpwin_widgets[] = {
|
||||
};
|
||||
|
||||
static WindowDesc _helpwin_desc(
|
||||
WDP_CENTER, nullptr, 0, 0,
|
||||
WDP_CENTER, {}, 0, 0,
|
||||
WC_HELPWIN, WC_NONE,
|
||||
{},
|
||||
_nested_helpwin_widgets
|
||||
|
||||
Reference in New Issue
Block a user