diff options
author | Dmitry Zaporozhan <dzaporozhan@productengine.com> | 2010-02-01 15:37:03 +0200 |
---|---|---|
committer | Dmitry Zaporozhan <dzaporozhan@productengine.com> | 2010-02-01 15:37:03 +0200 |
commit | 379762d2c1dd4e0804dd6ab1b930f525e1a60189 (patch) | |
tree | 8710579a5fa21745cbe07a44ab0841d70454cc3d /indra/newview/llimfloater.h | |
parent | 484cbc524fd6c182fff6b0f5089b542be3a0174b (diff) |
Fixed normal bug EXT-4772 - No new IM notification when in tabbed IM mode.
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llimfloater.h')
-rw-r--r-- | indra/newview/llimfloater.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llimfloater.h b/indra/newview/llimfloater.h index 9552b30737..2f034d02b8 100644 --- a/indra/newview/llimfloater.h +++ b/indra/newview/llimfloater.h @@ -58,6 +58,7 @@ public: // LLView overrides /*virtual*/ BOOL postBuild(); /*virtual*/ void setVisible(BOOL visible); + /*virtual*/ BOOL getVisible(); // Check typing timeout timer. /*virtual*/ void draw(); |