summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterpreference.cpp
diff options
context:
space:
mode:
authorMnikolenko Productengine <mnikolenko@productengine.com>2022-01-24 18:38:25 +0200
committerMnikolenko Productengine <mnikolenko@productengine.com>2022-01-24 18:38:25 +0200
commit5146e9564114460bb24500b40ebcf828ff329e04 (patch)
tree858c09fa506981ed4aa3461026650372802814d4 /indra/newview/llfloaterpreference.cpp
parent6721b96f03c5e07884454f2110bbc73f7add8ed5 (diff)
SL-16627 build fix
Diffstat (limited to 'indra/newview/llfloaterpreference.cpp')
-rw-r--r--indra/newview/llfloaterpreference.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterpreference.cpp b/indra/newview/llfloaterpreference.cpp
index fbc3275b1e..b655a04b14 100644
--- a/indra/newview/llfloaterpreference.cpp
+++ b/indra/newview/llfloaterpreference.cpp
@@ -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)