mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-18 04:23:20 +01:00
Default initialize SortOrder in ListViewColumn
This commit is contained in:
@@ -41,7 +41,7 @@ namespace OpenRCT2::Ui::Windows
|
||||
struct ListViewColumn
|
||||
{
|
||||
bool CanSort{};
|
||||
ColumnSortOrder SortOrder;
|
||||
ColumnSortOrder SortOrder{};
|
||||
std::string Header;
|
||||
std::string HeaderTooltip;
|
||||
std::optional<int32_t> RatioWidth{};
|
||||
|
||||
Reference in New Issue
Block a user