From 81487c2a4c05042b35da114037068f478035a76a Mon Sep 17 00:00:00 2001 From: Paul Guslisty Date: Tue, 2 Feb 2010 14:33:38 +0200 Subject: Fxed normal bug EXT - 4106 (Tabbed IM floater isn't highlighting labels when new IMs are received) --HG-- branch : product-engine --- indra/newview/llimfloatercontainer.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'indra/newview/llimfloatercontainer.h') diff --git a/indra/newview/llimfloatercontainer.h b/indra/newview/llimfloatercontainer.h index e4a32dbe1d..bc06f0cbd3 100644 --- a/indra/newview/llimfloatercontainer.h +++ b/indra/newview/llimfloatercontainer.h @@ -66,10 +66,12 @@ public: static LLIMFloaterContainer* getInstance(); private: - typedef std::map avatarID_panel_map_t; + typedef std::map avatarID_panel_map_t; avatarID_panel_map_t mSessions; void onCloseFloater(LLUUID avatar_id); + + void onNewMessageReceived(const LLSD& data); }; #endif // LL_LLIMFLOATERCONTAINER_H -- cgit v1.2.3