diff options
author | Merov Linden <merov@lindenlab.com> | 2012-11-14 10:37:52 -0800 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2012-11-14 10:37:52 -0800 |
commit | e15921e42b4ac14504b22b0acbb349aa6d19664b (patch) | |
tree | 4059a71460f87e12a69558d125cdf52226e38bed /indra/newview/llconversationview.h | |
parent | 99181a9777b7e42ed6e863a074789f37aa6b43f8 (diff) |
CHUI-479 : WIP : Small refactoring to allow participant to be added to session whether or not its parent folder is.
Diffstat (limited to 'indra/newview/llconversationview.h')
-rwxr-xr-x | indra/newview/llconversationview.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llconversationview.h b/indra/newview/llconversationview.h index cc6995c207..3610ac67de 100755 --- a/indra/newview/llconversationview.h +++ b/indra/newview/llconversationview.h @@ -121,6 +121,7 @@ public: bool hasSameValue(const LLUUID& uuid) { return (uuid == mUUID); } virtual void refresh(); void addToFolder(LLFolderViewFolder* folder); + void addToSession(const LLUUID& session_id); /*virtual*/ BOOL handleMouseDown( S32 x, S32 y, MASK mask ); |