From 298d012f3b9790c1d3f16251eff6e5219bfaaf88 Mon Sep 17 00:00:00 2001 From: James Cook Date: Wed, 17 Feb 2010 09:48:02 -0800 Subject: Documented that last name "Resident" is not stored --- indra/newview/llmutelist.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/llmutelist.h b/indra/newview/llmutelist.h index 4e5812c5ff..777b4843c8 100644 --- a/indra/newview/llmutelist.h +++ b/indra/newview/llmutelist.h @@ -74,7 +74,7 @@ public: public: LLUUID mID; // agent or object id - std::string mName; // agent or object name + std::string mName; // agent or object name, does not store last name "Resident" EType mType; // needed for UI display of existing mutes U32 mFlags; // flags pertaining to this mute entry }; -- cgit v1.2.3