1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-20 21:43:06 +01:00

Fix build for latest VS2019

This commit is contained in:
Ted John
2020-07-10 18:43:49 +01:00
parent 0e96674a46
commit 0e788918e2
2 changed files with 2 additions and 1 deletions

View File

@@ -1205,7 +1205,7 @@ namespace OpenRCT2::Ui::Windows
{
if (customWidgetInfo->Name == name)
{
return i;
return static_cast<rct_widgetindex>(i);
}
}
}