SL-16627 build fix

master
Mnikolenko Productengine 2022-01-24 18:38:25 +02:00
parent 6721b96f03
commit 5146e95641
3 changed files with 3 additions and 3 deletions

View File

@ -546,7 +546,7 @@ void LLFloaterPerformance::onUICtrlMouseDown()
if (use_auto_adjust)
{
LLNotificationsUtil::add("AutoFPSConfirmDisable", LLSD(), LLSD(),
[this](const LLSD&notif, const LLSD&resp)
[](const LLSD&notif, const LLSD&resp)
{
S32 opt = LLNotificationsUtil::getSelectedOption(notif, resp);
if (opt == 0)

View File

@ -1789,7 +1789,7 @@ void LLFloaterPreference::onUICtrlMouseDown()
if (use_auto_adjust)
{
LLNotificationsUtil::add("AutoFPSConfirmDisable", LLSD(), LLSD(),
[this](const LLSD&notif, const LLSD&resp)
[](const LLSD&notif, const LLSD&resp)
{
S32 opt = LLNotificationsUtil::getSelectedOption(notif, resp);
if (opt == 0)

View File

@ -201,7 +201,7 @@ void LLFloaterPreferenceGraphicsAdvanced::onUICtrlMouseDown()
if (use_auto_adjust)
{
LLNotificationsUtil::add("AutoFPSConfirmDisable", LLSD(), LLSD(),
[this](const LLSD&notif, const LLSD&resp)
[](const LLSD&notif, const LLSD&resp)
{
S32 opt = LLNotificationsUtil::getSelectedOption(notif, resp);
if (opt == 0)