summaryrefslogtreecommitdiff
path: root/indra/newview/llconversationmodel.h
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2012-10-03 16:46:46 -0700
committerMerov Linden <merov@lindenlab.com>2012-10-03 16:46:46 -0700
commitbd64c483639ae33518609398fce7c51ddc73dae7 (patch)
treea9c4a06faa6d9cb5b8125b4ade34c1198d396921 /indra/newview/llconversationmodel.h
parent4a25ce8b9d5d56b160d0d13c4681cd916c4ea4e0 (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-xindra/newview/llconversationmodel.h2
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