Giving your viewer one more std::

This commit is contained in:
Lirusaito
2016-07-08 08:36:12 -04:00
parent da13f3599c
commit 87b955b2ce

View File

@@ -9196,7 +9196,7 @@ void estate_bulk_eject(const uuid_vec_t& ids, bool ban, S32 option)
for (const LLUUID& id : ids)
{
if (id.isNull()) continue;
const string idstr(id.asString());
const std::string idstr(id.asString());
send_estate_message(request, tphome ? {agent, idstr} : {idstr});
if (ban)
LLPanelEstateInfo::sendEstateAccessDelta(ESTATE_ACCESS_BANNED_AGENT_ADD | ESTATE_ACCESS_ALLOWED_AGENT_REMOVE | ESTATE_ACCESS_NO_REPLY, id);