mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05: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);
|
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"
|
||||||
|
|
Loading…
Reference in a new issue