Fix compile

This commit is contained in:
Liru Færs
2019-10-11 16:44:59 -04:00
parent bd2c67e8ec
commit bbd3cb3469
2 changed files with 2 additions and 1 deletions

View File

@@ -329,7 +329,7 @@ LLFloaterIMPanel::LLFloaterIMPanel(
case IM_SESSION_GROUP_START:
case IM_SESSION_INVITE:
case IM_SESSION_CONFERENCE_START:
mCommitCallbackRegistrar.add("FlipDing", boost::bind<void>(boost::lambda::_1 = !boost::lambda::_1, boost::ref(mDing)));
mCommitCallbackRegistrar.add("FlipDing", [=](LLUICtrl*, const LLSD&) { mDing = !mDing; });
// determine whether it is group or conference session
if (gAgent.isInGroup(mSessionUUID))
{