Codechange: Pass NWidgetParts as span instead of begin/end pointers. (#12779)
This commit is contained in:
@@ -187,7 +187,7 @@ static WindowDesc _waypoint_view_desc(
|
||||
WDP_AUTO, "view_waypoint", 260, 118,
|
||||
WC_WAYPOINT_VIEW, WC_NONE,
|
||||
0,
|
||||
std::begin(_nested_waypoint_view_widgets), std::end(_nested_waypoint_view_widgets)
|
||||
_nested_waypoint_view_widgets
|
||||
);
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user