diff options
author | Runitai Linden <davep@lindenlab.com> | 2022-01-24 11:04:30 -0600 |
---|---|---|
committer | Runitai Linden <davep@lindenlab.com> | 2022-01-24 11:04:30 -0600 |
commit | 0c70f9d91a15c240f00176d6d81b74593ce3b0d3 (patch) | |
tree | 06df72dd050b81dad4f38afe2b7f4efdcf0c3050 /indra/newview/llfloaterpreference.cpp | |
parent | 9c7ec66d248369ebfb589a9c84cf951f8d4b93b5 (diff) | |
parent | 5146e9564114460bb24500b40ebcf828ff329e04 (diff) |
Merge branch 'DRTVWR-539' of ssh://bitbucket.org/lindenlab/viewer into DRTVWR-539
Diffstat (limited to 'indra/newview/llfloaterpreference.cpp')
-rw-r--r-- | indra/newview/llfloaterpreference.cpp | 2 |
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¬if, const LLSD&resp) + [](const LLSD¬if, const LLSD&resp) { S32 opt = LLNotificationsUtil::getSelectedOption(notif, resp); if (opt == 0) |