summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Cook <james@lindenlab.com>2010-02-17 09:48:02 -0800
committerJames Cook <james@lindenlab.com>2010-02-17 09:48:02 -0800
commit298d012f3b9790c1d3f16251eff6e5219bfaaf88 (patch)
tree5fb83ff3b4dd7d572d5cdcfe0cfbcde78da5959a
parent5774acb84e486c1eabad88093e80e3985d36dfcb (diff)
Documented that last name "Resident" is not stored
-rw-r--r--indra/newview/llmutelist.h2
1 files changed, 1 insertions, 1 deletions
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
};