Fix some warning

This commit is contained in:
Megamouse 2024-09-08 18:52:08 +02:00
parent 92c1a8c45d
commit d13acdb484
1 changed files with 1 additions and 1 deletions

View File

@ -1058,7 +1058,7 @@ void debugger_frame::UpdateUnitList()
if (reselected_index != umax)
{
m_choice_units->setCurrentIndex(reselected_index);
m_choice_units->setCurrentIndex(::narrow<s32>(reselected_index));
}
}