diff options
Diffstat (limited to 'indra/newview/llblocklist.h')
-rw-r--r-- | indra/newview/llblocklist.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llblocklist.h b/indra/newview/llblocklist.h index 0f7fa41c32..96af8d898e 100644 --- a/indra/newview/llblocklist.h +++ b/indra/newview/llblocklist.h @@ -67,6 +67,8 @@ public: void sortByType(); void refresh(); + U32 getMuteListSize() { return mMuteListSize; } + private: void addNewItem(const LLMute* mute); |