Fix lambda to keep MacOS happy
parent
2728c252f4
commit
fdc848160d
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Reference in New Issue