Fixed compile error.

This commit is contained in:
Stephen Anthony 2022-08-04 18:38:10 -02:30
parent 6f5d4e3fff
commit 25dd887283
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)
{