From 13c2eaeff1fcc04b6b8f7f79b4db82c28460c76b Mon Sep 17 00:00:00 2001 From: Stephen Anthony Date: Thu, 4 Aug 2022 18:38:10 -0230 Subject: [PATCH] Fixed compile error. --- src/gui/GameInfoDialog.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/GameInfoDialog.cxx b/src/gui/GameInfoDialog.cxx index 50008bf0c..566771c4c 100644 --- a/src/gui/GameInfoDialog.cxx +++ b/src/gui/GameInfoDialog.cxx @@ -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) {