diff options
author | Palmer Truelson <palmer@lindenlab.com> | 2010-02-24 10:33:14 -0800 |
---|---|---|
committer | Palmer Truelson <palmer@lindenlab.com> | 2010-02-24 10:33:14 -0800 |
commit | 5ba0c01ae879215a703ce6e68bbf4f7bd8dd8207 (patch) | |
tree | baf6070a52a8649706b055c360868c9ce14c1c59 /indra/newview/llavatarlistitem.h | |
parent | 469af6771d757dd951daaed3e2b1d59ee2127c0e (diff) | |
parent | 6575b685e91d334198789c88dec2efab7e5a1ac9 (diff) |
merge with viewer 2 (fix windows build)
Diffstat (limited to 'indra/newview/llavatarlistitem.h')
-rw-r--r-- | indra/newview/llavatarlistitem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llavatarlistitem.h b/indra/newview/llavatarlistitem.h index 426d80e0a8..cecb64add7 100644 --- a/indra/newview/llavatarlistitem.h +++ b/indra/newview/llavatarlistitem.h @@ -100,7 +100,7 @@ public: void setName(const std::string& name); void setHighlight(const std::string& highlight); void setState(EItemState item_style); - void setAvatarId(const LLUUID& id, bool ignore_status_changes = false); + void setAvatarId(const LLUUID& id, const LLUUID& session_id, bool ignore_status_changes = false); void setLastInteractionTime(U32 secs_since); //Show/hide profile/info btn, translating speaker indicator and avatar name coordinates accordingly void setShowProfileBtn(bool show); |