Make GCC happy.

master
Nicky 2016-07-12 00:41:18 +02:00
parent 25463748bd
commit b99bbb72e6
1 changed files with 2 additions and 1 deletions

View File

@ -502,7 +502,8 @@ bool RlvHandler::handleEvent(LLPointer<LLOldEvents::LLEvent> event, const LLSD&
if (!s_fGroupChanging)
{
RlvUtil::notifyBlocked(RLV_STRING_BLOCKED_GROUPCHANGE, LLSD().with("GROUP_SLURL", (m_idAgentGroup.notNull()) ? llformat("secondlife:///app/group/%s/about", m_idAgentGroup.asString()) : "(none)"));
RlvUtil::notifyBlocked( RLV_STRING_BLOCKED_GROUPCHANGE,
LLSD().with( "GROUP_SLURL", (m_idAgentGroup.notNull()) ? llformat("secondlife:///app/group/%s/about", m_idAgentGroup.asString().c_str()) : "(none)"));
// [Copy/paste from LLGroupActions::activate()]
LLMessageSystem* msg = gMessageSystem;