Fix lambda to keep MacOS happy

master
Beq 2025-02-21 23:02:13 +00:00
parent 2728c252f4
commit fdc848160d
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@ bool FSFloaterPoser::postBuild()
mBtnJointRotate = getChild<LLButton>("button_joint_rotate_tool");
mCommitCallbackRegistrar.add("Poser.SetRotateTool",
[this](LLUICtrl*, const LLSD&)
[](LLUICtrl*, const LLSD&)
{
LLToolMgr::getInstance()->setCurrentToolset(gPoserToolset);
LLToolMgr::getInstance()->getCurrentToolset()->selectTool( (LLTool *) FSToolCompPose::getInstance());