diff options
author | Don Kjer <don@lindenlab.com> | 2012-09-28 01:06:17 +0000 |
---|---|---|
committer | Don Kjer <don@lindenlab.com> | 2012-09-28 01:06:17 +0000 |
commit | f9a5cdba507096d16d834fe58c850b9f55ad9462 (patch) | |
tree | 80a77ee22fb563e5d9b4289a703d943a1d7f0f0d /indra/llappearance/llwearabledata.h | |
parent | 3db6e3d9ec6c0b5a4cc9e825ee0c70eaa1461c98 (diff) |
Started stubbing out llsd support for tex layer information.
Diffstat (limited to 'indra/llappearance/llwearabledata.h')
-rw-r--r-- | indra/llappearance/llwearabledata.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llappearance/llwearabledata.h b/indra/llappearance/llwearabledata.h index 379384a989..3e92f2ead8 100644 --- a/indra/llappearance/llwearabledata.h +++ b/indra/llappearance/llwearabledata.h @@ -95,7 +95,7 @@ protected: //-------------------------------------------------------------------- // Member variables //-------------------------------------------------------------------- -private: +protected: LLAvatarAppearance* mAvatarAppearance; typedef std::vector<LLWearable*> wearableentry_vec_t; // all wearables of a certain type (EG all shirts) typedef std::map<LLWearableType::EType, wearableentry_vec_t> wearableentry_map_t; // wearable "categories" arranged by wearable type |