summaryrefslogtreecommitdiff
path: root/indra/newview/llviewerchat.h
diff options
context:
space:
mode:
authorprep <prep@lindenlab.com>2011-03-28 11:13:20 -0400
committerprep <prep@lindenlab.com>2011-03-28 11:13:20 -0400
commitdd475862d7953081b077e4280a6037f5c2bbc065 (patch)
tree9f345b3a56e4cf441b268904b1e7c933ec3abd58 /indra/newview/llviewerchat.h
parent115f05100387a8f57ddb99e578657994ca80e5e6 (diff)
parent690105630e7738ffb995f3aa061b1c5c5aaf2830 (diff)
merge
Diffstat (limited to 'indra/newview/llviewerchat.h')
-rw-r--r--indra/newview/llviewerchat.h4
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);
};