SL-16627 build fix
parent
6721b96f03
commit
5146e95641
|
|
@ -546,7 +546,7 @@ void LLFloaterPerformance::onUICtrlMouseDown()
|
|||
if (use_auto_adjust)
|
||||
{
|
||||
LLNotificationsUtil::add("AutoFPSConfirmDisable", LLSD(), LLSD(),
|
||||
[this](const LLSD¬if, const LLSD&resp)
|
||||
[](const LLSD¬if, const LLSD&resp)
|
||||
{
|
||||
S32 opt = LLNotificationsUtil::getSelectedOption(notif, resp);
|
||||
if (opt == 0)
|
||||
|
|
|
|||
|
|
@ -1789,7 +1789,7 @@ void LLFloaterPreference::onUICtrlMouseDown()
|
|||
if (use_auto_adjust)
|
||||
{
|
||||
LLNotificationsUtil::add("AutoFPSConfirmDisable", LLSD(), LLSD(),
|
||||
[this](const LLSD¬if, const LLSD&resp)
|
||||
[](const LLSD¬if, const LLSD&resp)
|
||||
{
|
||||
S32 opt = LLNotificationsUtil::getSelectedOption(notif, resp);
|
||||
if (opt == 0)
|
||||
|
|
|
|||
|
|
@ -201,7 +201,7 @@ void LLFloaterPreferenceGraphicsAdvanced::onUICtrlMouseDown()
|
|||
if (use_auto_adjust)
|
||||
{
|
||||
LLNotificationsUtil::add("AutoFPSConfirmDisable", LLSD(), LLSD(),
|
||||
[this](const LLSD¬if, const LLSD&resp)
|
||||
[](const LLSD¬if, const LLSD&resp)
|
||||
{
|
||||
S32 opt = LLNotificationsUtil::getSelectedOption(notif, resp);
|
||||
if (opt == 0)
|
||||
|
|
|
|||
Loading…
Reference in New Issue