diff options
author | Yuri Chebotarev <ychebotarev@productengine.com> | 2009-11-11 17:05:36 +0200 |
---|---|---|
committer | Yuri Chebotarev <ychebotarev@productengine.com> | 2009-11-11 17:05:36 +0200 |
commit | 8523d2d5b641cb5b0e4557237700065bd24daf83 (patch) | |
tree | e804f3d19d558f36480f7b9a7ed38382fbe5542b /indra/newview/llchathistory.h | |
parent | 9a88d4b02de57bf1e9e4e22d30d95f358d9ec37c (diff) |
fix for normal bug EXT-2303 Distinguish Object-generated Nearby Chat from other Nearby Chat
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llchathistory.h')
-rw-r--r-- | indra/newview/llchathistory.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/indra/newview/llchathistory.h b/indra/newview/llchathistory.h index 3789ebff4e..f0944042af 100644 --- a/indra/newview/llchathistory.h +++ b/indra/newview/llchathistory.h @@ -94,11 +94,9 @@ class LLChatHistory : public LLTextEditor LLView* getSeparator(); /** * Builds a message header. - * @param from owner of a message. - * @param time time of a message. * @return pointer to LLView header object. */ - LLView* getHeader(const LLChat& chat); + LLView* getHeader(const LLChat& chat,const LLStyle::Params& style_params); public: ~LLChatHistory(); |