diff options
author | Merov Linden <merov@lindenlab.com> | 2012-10-03 16:46:46 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2012-10-03 16:46:46 -0700 |
commit | bd64c483639ae33518609398fce7c51ddc73dae7 (patch) | |
tree | a9c4a06faa6d9cb5b8125b4ade34c1198d396921 /indra/newview/llconversationmodel.h | |
parent | 4a25ce8b9d5d56b160d0d13c4681cd916c4ea4e0 (diff) |
CHUI-358 : Fixed the removal of participants as they leave conversations. Used the event mechanism for this.
Diffstat (limited to 'indra/newview/llconversationmodel.h')
-rwxr-xr-x | indra/newview/llconversationmodel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llconversationmodel.h b/indra/newview/llconversationmodel.h index 97e5b0fc31..32280f3293 100755 --- a/indra/newview/llconversationmodel.h +++ b/indra/newview/llconversationmodel.h @@ -124,7 +124,7 @@ public: void resetRefresh() { mNeedsRefresh = false; } bool needsRefresh() { return mNeedsRefresh; } - void postEvent(const std::string& event_type); + void postEvent(const std::string& event_type, LLConversationItemParticipant* participant); protected: std::string mName; // Name of the session or the participant |