summaryrefslogtreecommitdiff
path: root/indra/newview/llchathistory.h
diff options
context:
space:
mode:
authorSteve Bennetts <steve@lindenlab.com>2009-11-11 14:56:51 -0800
committerSteve Bennetts <steve@lindenlab.com>2009-11-11 14:56:51 -0800
commit064c91ae520fb157ed8ed314e43ce87e0a3bab99 (patch)
tree5fb550989d1f458aa52f408fb2d7c67da4f5c8aa /indra/newview/llchathistory.h
parent310ce5527526d36cb2e66aafb00c177e352c80c7 (diff)
parentb4e3d34791497188537680a4556ccacaa004db09 (diff)
Merge from 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();