mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-21 21:55:38 +00:00
Fixed a Clang compiler warning
This commit is contained in:
parent
345906a97f
commit
5a14e4f9f0
|
@ -1758,7 +1758,7 @@ void GuiMenu::openUtilities()
|
|||
dummyArrow->setOpacity(0.0f);
|
||||
row.addElement(dummyArrow, false);
|
||||
|
||||
row.makeAcceptInputHandler([s, window, this] {
|
||||
row.makeAcceptInputHandler([this, window] {
|
||||
window->pushGui(new GuiMsgBox(
|
||||
this->getHelpStyle(),
|
||||
"THIS WILL RESCAN YOUR ROM DIRECTORY\n"
|
||||
|
|
Loading…
Reference in a new issue