diff --git a/indra/newview/fsfloaterposer.cpp b/indra/newview/fsfloaterposer.cpp index 48386e902e..7bc29e34f3 100644 --- a/indra/newview/fsfloaterposer.cpp +++ b/indra/newview/fsfloaterposer.cpp @@ -220,7 +220,7 @@ bool FSFloaterPoser::postBuild() mBtnJointRotate = getChild("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());