diff options
author | MaximB ProductEngine <mberezhnoy@productengine.com> | 2012-10-10 20:04:56 +0300 |
---|---|---|
committer | MaximB ProductEngine <mberezhnoy@productengine.com> | 2012-10-10 20:04:56 +0300 |
commit | 8b4423d428a0a209711eb18cc003d9ca4970e17a (patch) | |
tree | 91181e321dfe757b87f193228ab18d63da6dc39a /indra/newview/llimconversation.h | |
parent | 93e36340ec895a44d0b0bc73157fe23279883863 (diff) |
CHUI-377 (Icons in message panel out of position when nearby chat conversation selected)
FIXED
Diffstat (limited to 'indra/newview/llimconversation.h')
-rw-r--r-- | indra/newview/llimconversation.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llimconversation.h b/indra/newview/llimconversation.h index c54081d316..0960d6db88 100644 --- a/indra/newview/llimconversation.h +++ b/indra/newview/llimconversation.h @@ -138,6 +138,8 @@ private: */ void reshapeChatHistory(); + bool checkIfTornOff(); + LLTimer* mRefreshTimer; ///< Defines the rate at which refresh() is called. bool mHadFocus; |