diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-04-30 07:49:05 +0100 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-04-30 07:49:05 +0100 |
commit | e4ac91472173b4e943ceb7081c021ed103415a0b (patch) | |
tree | a304116660473245e946e4c3b70b8779eb9930f7 /indra/newview/llimfloater.h | |
parent | cb96bdc188b7177d253426e398932426276762f8 (diff) | |
parent | c19c7d7d3bd2b36e4e7a50d64e38a97a676b0e80 (diff) |
merge from PE's viewer-trunk
Diffstat (limited to 'indra/newview/llimfloater.h')
-rw-r--r-- | indra/newview/llimfloater.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llimfloater.h b/indra/newview/llimfloater.h index 763dd5655b..f9dd8b9b85 100644 --- a/indra/newview/llimfloater.h +++ b/indra/newview/llimfloater.h @@ -148,6 +148,8 @@ private: // Remove the "User is typing..." indicator. void removeTypingIndicator(const LLIMInfo* im_info = NULL); + static void closeHiddenIMToasts(); + LLPanelChatControlPanel* mControlPanel; LLUUID mSessionID; S32 mLastMessageIndex; |