diff options
Diffstat (limited to 'indra/newview/llcommunicationchannel.h')
-rw-r--r-- | indra/newview/llcommunicationchannel.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llcommunicationchannel.h b/indra/newview/llcommunicationchannel.h index a4756b8993..0e15e1cd15 100644 --- a/indra/newview/llcommunicationchannel.h +++ b/indra/newview/llcommunicationchannel.h @@ -46,6 +46,8 @@ public: typedef std::multimap<LLDate, LLNotificationPtr> history_list_t; history_list_t::const_iterator beginHistory() const; history_list_t::const_iterator endHistory() const; + + void clearHistory(); protected: virtual void onFilterFail(LLNotificationPtr pNotificationPtr); |