Fixed a Clang compiler warning

This commit is contained in:
Leon Styhre 2023-07-27 21:33:19 +02:00
parent 345906a97f
commit 5a14e4f9f0

View file

@ -1758,7 +1758,7 @@ void GuiMenu::openUtilities()
dummyArrow->setOpacity(0.0f); dummyArrow->setOpacity(0.0f);
row.addElement(dummyArrow, false); row.addElement(dummyArrow, false);
row.makeAcceptInputHandler([s, window, this] { row.makeAcceptInputHandler([this, window] {
window->pushGui(new GuiMsgBox( window->pushGui(new GuiMsgBox(
this->getHelpStyle(), this->getHelpStyle(),
"THIS WILL RESCAN YOUR ROM DIRECTORY\n" "THIS WILL RESCAN YOUR ROM DIRECTORY\n"