diff options
author | prep <prep@lindenlab.com> | 2011-03-28 11:13:20 -0400 |
---|---|---|
committer | prep <prep@lindenlab.com> | 2011-03-28 11:13:20 -0400 |
commit | dd475862d7953081b077e4280a6037f5c2bbc065 (patch) | |
tree | 9f345b3a56e4cf441b268904b1e7c933ec3abd58 /indra/newview/llviewerchat.h | |
parent | 115f05100387a8f57ddb99e578657994ca80e5e6 (diff) | |
parent | 690105630e7738ffb995f3aa061b1c5c5aaf2830 (diff) |
merge
Diffstat (limited to 'indra/newview/llviewerchat.h')
-rw-r--r-- | indra/newview/llviewerchat.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llviewerchat.h b/indra/newview/llviewerchat.h index a9f9a98960..0f15d29f04 100644 --- a/indra/newview/llviewerchat.h +++ b/indra/newview/llviewerchat.h @@ -40,6 +40,10 @@ public: static LLFontGL* getChatFont(); static S32 getChatFontSize(); static void formatChatMsg(const LLChat& chat, std::string& formated_msg); + static std::string getSenderSLURL(const LLChat& chat, const LLSD& args); + +private: + static std::string getObjectImSLURL(const LLChat& chat, const LLSD& args); }; |