aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llmutelist.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llmutelist.h')
-rw-r--r--linden/indra/newview/llmutelist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llmutelist.h b/linden/indra/newview/llmutelist.h
index 03a548f..fd8f463 100644
--- a/linden/indra/newview/llmutelist.h
+++ b/linden/indra/newview/llmutelist.h
@@ -120,7 +120,7 @@ public:
120 // Alternate (convenience) form for places we don't need to pass the name, but do need flags 120 // Alternate (convenience) form for places we don't need to pass the name, but do need flags
121 BOOL isMuted(const LLUUID& id, U32 flags) const { return isMuted(id, LLStringUtil::null, flags); }; 121 BOOL isMuted(const LLUUID& id, U32 flags) const { return isMuted(id, LLStringUtil::null, flags); };
122 122
123 BOOL isLinden(const std::string& name) const; 123 BOOL isGod(const std::string& name) const;
124 124
125 BOOL isLoaded() const { return mIsLoaded; } 125 BOOL isLoaded() const { return mIsLoaded; }
126 126