mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2026-07-24 03:56:43 +00:00
Codechange: use std::string_view for ini_key
This commit is contained in:
+1
-1
@@ -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