diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-07-09 09:40:18 +0100 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-07-09 09:40:18 +0100 |
commit | 467a8b0441e139773775ecf306f430f44814bff5 (patch) | |
tree | d9cce1c6675234a55d6761cc6f0fddd5ef3dda0d /indra/newview/llcofwearables.h | |
parent | 9ba22cee0e8c6d73bee33689553e5371a2ef0942 (diff) | |
parent | e3cd72f7bd69d0ef0148a1e98e5fc9c5dfe11018 (diff) |
merge from PE's viewer-release
Diffstat (limited to 'indra/newview/llcofwearables.h')
-rw-r--r-- | indra/newview/llcofwearables.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llcofwearables.h b/indra/newview/llcofwearables.h index de148e0d46..0518d59df3 100644 --- a/indra/newview/llcofwearables.h +++ b/indra/newview/llcofwearables.h @@ -116,6 +116,8 @@ protected: LLAccordionCtrlTab* mLastSelectedTab; + std::map<const LLAccordionCtrlTab*, LLAssetType::EType> mTab2AssetType; + LLCOFCallbacks mCOFCallbacks; LLListContextMenu* mClothingMenu; |