mirror of https://github.com/stella-emu/stella.git
Fixed compile error.
This commit is contained in:
parent
27e3d87844
commit
13c2eaeff1
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue