diff options
Diffstat (limited to 'linden/indra/newview/llnotify.h')
-rw-r--r-- | linden/indra/newview/llnotify.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/linden/indra/newview/llnotify.h b/linden/indra/newview/llnotify.h index 6c598e1..a653d19 100644 --- a/linden/indra/newview/llnotify.h +++ b/linden/indra/newview/llnotify.h | |||
@@ -179,6 +179,9 @@ public: | |||
179 | // Walks the list and removes any stacked messages for which the given matcher returns TRUE. | 179 | // Walks the list and removes any stacked messages for which the given matcher returns TRUE. |
180 | // Useful when muting people and things in order to clear out any similar previously queued messages. | 180 | // Useful when muting people and things in order to clear out any similar previously queued messages. |
181 | void purgeMessagesMatching(const Matcher& matcher); | 181 | void purgeMessagesMatching(const Matcher& matcher); |
182 | |||
183 | private: | ||
184 | bool isGroupNotifyBox(const LLView* view) const ; | ||
182 | }; | 185 | }; |
183 | 186 | ||
184 | // This view contains the stack of notification windows. | 187 | // This view contains the stack of notification windows. |