diff options
author | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2013-02-04 14:37:29 +0200 |
---|---|---|
committer | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2013-02-04 14:37:29 +0200 |
commit | 2f6ffe2183250f3f71a8d502eed9cf9df9ff8b16 (patch) | |
tree | 8e8d0ea7dfce6619c5a6895a7eca06a10befa8f5 /indra/newview/llconversationlog.h | |
parent | 2fe6fce0183904936a3af7d9ce707b60b34895d1 (diff) |
CHUI-721 FIXED Delete transcripts when performing Clear log action.
Diffstat (limited to 'indra/newview/llconversationlog.h')
-rw-r--r-- | indra/newview/llconversationlog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llconversationlog.h b/indra/newview/llconversationlog.h index 65a18c02e5..88df17a8f7 100644 --- a/indra/newview/llconversationlog.h +++ b/indra/newview/llconversationlog.h @@ -140,6 +140,7 @@ public: void onClearLog(); void onClearLogResponse(const LLSD& notification, const LLSD& response); + void deleteTranscripts(); private: |