diff options
| author | Dmitry Zaporozhan <dzaporozhan@productengine.com> | 2009-11-09 14:44:56 +0200 |
|---|---|---|
| committer | Dmitry Zaporozhan <dzaporozhan@productengine.com> | 2009-11-09 14:44:56 +0200 |
| commit | cd328841106734938dd747e9a7fd2575cd6c1b85 (patch) | |
| tree | f386a1511678e875f1b2cb6e95bf5bbabebbb36a /indra/newview/llavatarpropertiesprocessor.h | |
| parent | f2f57797482bb22c6aa857f7af6f65510573ffff (diff) | |
Update for major task EXT-2250 Classifieds list in Picks panel.
Fixed viewing classifieds of other avatars.
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llavatarpropertiesprocessor.h')
| -rw-r--r-- | indra/newview/llavatarpropertiesprocessor.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llavatarpropertiesprocessor.h b/indra/newview/llavatarpropertiesprocessor.h index 3c6b4e17d9..64964b1665 100644 --- a/indra/newview/llavatarpropertiesprocessor.h +++ b/indra/newview/llavatarpropertiesprocessor.h @@ -171,7 +171,7 @@ struct LLAvatarClassifiedInfo std::string sim_name; LLVector3d pos_global; std::string parcel_name; - U8 classified_flags; + U8 flags; S32 price_for_listing; }; @@ -206,7 +206,7 @@ public: // Duplicate pick info requests are not suppressed. void sendPickInfoRequest(const LLUUID& creator_id, const LLUUID& pick_id); - void sendClassifiedInfoRequest(const LLUUID& avatar_id, const LLUUID& classified_id); + void sendClassifiedInfoRequest(const LLUUID& classified_id); void sendAvatarPropertiesUpdate(const LLAvatarData* avatar_props); |
