summaryrefslogtreecommitdiff
path: root/indra/newview/llchathistory.h
diff options
context:
space:
mode:
authorYuri Chebotarev <ychebotarev@productengine.com>2009-11-11 17:05:36 +0200
committerYuri Chebotarev <ychebotarev@productengine.com>2009-11-11 17:05:36 +0200
commit8523d2d5b641cb5b0e4557237700065bd24daf83 (patch)
treee804f3d19d558f36480f7b9a7ed38382fbe5542b /indra/newview/llchathistory.h
parent9a88d4b02de57bf1e9e4e22d30d95f358d9ec37c (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.h4
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();