diff options
author | angela <angela@lindenlab.com> | 2009-11-16 20:46:40 +0800 |
---|---|---|
committer | angela <angela@lindenlab.com> | 2009-11-16 20:46:40 +0800 |
commit | 1baf1d218644ac5dc00d9b41119a1ef168c709a2 (patch) | |
tree | 1ddea72957ea597b655c51d144bc83cfbb32d774 /indra/newview/llchathistory.h | |
parent | 6b47e36b159a0e036beb442b82b1356aa756f152 (diff) |
fix chat format for /me
Diffstat (limited to 'indra/newview/llchathistory.h')
-rw-r--r-- | indra/newview/llchathistory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llchathistory.h b/indra/newview/llchathistory.h index f689a225fe..c89d4b4ec6 100644 --- a/indra/newview/llchathistory.h +++ b/indra/newview/llchathistory.h @@ -109,7 +109,7 @@ class LLChatHistory : public LLTextEditor * @param time time of a message. * @param message message itself. */ - void appendWidgetMessage(const LLChat& chat); + void appendWidgetMessage(const LLChat& chat, const LLStyle::Params& input_append_params = LLStyle::Params()); private: std::string mLastFromName; |