diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2017-01-31 11:31:15 +0200 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2017-01-31 11:31:15 +0200 |
commit | ac784d669b5dbd617850854d89b31e0d82738413 (patch) | |
tree | 375d1c20af2bc298470a2428cf05ef850f471555 /indra/newview/llblocklist.h | |
parent | f573e77981882cf0fffaa1ae6af322e72b948f5b (diff) |
MAINT-7084 Add tally and limit values to Block list.
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); |