mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-17 01:12:39 +01:00
Codechange: use std::string_view for ini_key
This commit is contained in:
@@ -2149,7 +2149,7 @@ static constexpr NWidgetPart _nested_cust_currency_widgets[] = {
|
||||
};
|
||||
|
||||
static WindowDesc _cust_currency_desc(
|
||||
WDP_CENTER, nullptr, 0, 0,
|
||||
WDP_CENTER, {}, 0, 0,
|
||||
WC_CUSTOM_CURRENCY, WC_NONE,
|
||||
{},
|
||||
_nested_cust_currency_widgets
|
||||
|
||||
Reference in New Issue
Block a user