From 5146e9564114460bb24500b40ebcf828ff329e04 Mon Sep 17 00:00:00 2001
From: Mnikolenko Productengine <mnikolenko@productengine.com>
Date: Mon, 24 Jan 2022 18:38:25 +0200
Subject: SL-16627 build fix

---
 indra/newview/llfloaterperformance.cpp                 | 2 +-
 indra/newview/llfloaterpreference.cpp                  | 2 +-
 indra/newview/llfloaterpreferencesgraphicsadvanced.cpp | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

(limited to 'indra')

diff --git a/indra/newview/llfloaterperformance.cpp b/indra/newview/llfloaterperformance.cpp
index e44c161b27..316b9ab1b6 100644
--- a/indra/newview/llfloaterperformance.cpp
+++ b/indra/newview/llfloaterperformance.cpp
@@ -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)
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)
diff --git a/indra/newview/llfloaterpreferencesgraphicsadvanced.cpp b/indra/newview/llfloaterpreferencesgraphicsadvanced.cpp
index fdc36077a8..548a6eb769 100644
--- a/indra/newview/llfloaterpreferencesgraphicsadvanced.cpp
+++ b/indra/newview/llfloaterpreferencesgraphicsadvanced.cpp
@@ -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)
-- 
cgit v1.2.3