diff options
author | Merov Linden <merov@lindenlab.com> | 2012-10-04 20:36:04 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2012-10-04 20:36:04 -0700 |
commit | f533a251553d95045ab7c1d37a149004cd1e2ef0 (patch) | |
tree | 67de6df07f6d68b75fcc11f5cb640a8775f92c24 /indra/newview/llconversationmodel.h | |
parent | 5d846e141464f02a1d896ffa82d639f973f8044b (diff) |
CHUI-381 : Implement add_participant and update_participant events handling.
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 7218cdf25a..d5f7e1a56b 100755 --- a/indra/newview/llconversationmodel.h +++ b/indra/newview/llconversationmodel.h @@ -126,7 +126,7 @@ public: void resetRefresh() { mNeedsRefresh = false; } bool needsRefresh() { return mNeedsRefresh; } - void postEvent(const std::string& event_type, LLConversationItemParticipant* participant); + void postEvent(const std::string& event_type, LLConversationItemSession* session, LLConversationItemParticipant* participant); void buildParticipantMenuOptions(menuentry_vec_t& items); |