Fixed compile error.

This commit is contained in:
Stephen Anthony 2022-08-04 18:38:10 -02:30
parent 27e3d87844
commit 13c2eaeff1
1 changed files with 1 additions and 1 deletions

View File

@ -1131,7 +1131,7 @@ void GameInfoDialog::updateMultiCart()
bool isMulti = false;
bool isInMulti = false;
for each(auto entry in MultiCart)
for (const auto& entry: MultiCart)
{
if(entry == selected)
{