From 87b955b2ce38611dda30520aeccb79b76f17c94c Mon Sep 17 00:00:00 2001 From: Lirusaito Date: Fri, 8 Jul 2016 08:36:12 -0400 Subject: [PATCH] Giving your viewer one more std:: --- indra/newview/llviewermenu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/llviewermenu.cpp b/indra/newview/llviewermenu.cpp index dca186e0e..cfa254ae3 100644 --- a/indra/newview/llviewermenu.cpp +++ b/indra/newview/llviewermenu.cpp @@ -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);