diff options
author | angela <angela@lindenlab.com> | 2009-11-12 21:20:18 +0800 |
---|---|---|
committer | angela <angela@lindenlab.com> | 2009-11-12 21:20:18 +0800 |
commit | 11fc2da6fa5fba0bb659dd97f8533e4529aece06 (patch) | |
tree | 8bacc0518c6556c341780d325de9c968d7abaeb3 /indra/newview/llchathistory.h | |
parent | b1a81afef6395e136f26e296311ec9b57eef260e (diff) |
make color and font affecting both nearby chat and toasts
Diffstat (limited to 'indra/newview/llchathistory.h')
-rw-r--r-- | indra/newview/llchathistory.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llchathistory.h b/indra/newview/llchathistory.h index 3789ebff4e..891d9c6c77 100644 --- a/indra/newview/llchathistory.h +++ b/indra/newview/llchathistory.h @@ -34,7 +34,7 @@ #define LLCHATHISTORY_H_ #include "lltexteditor.h" -#include "llchat.h" +#include "llviewerchat.h" //Chat log widget allowing addition of a message as a widget class LLChatHistory : public LLTextEditor @@ -111,7 +111,7 @@ class LLChatHistory : public LLTextEditor * @param time time of a message. * @param message message itself. */ - void appendWidgetMessage(const LLChat& chat, LLStyle::Params& style_params); + void appendWidgetMessage(const LLChat& chat); private: std::string mLastFromName; |