diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-06-03 02:05:17 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-06-03 02:05:17 +0300 |
commit | fb248ad2bc106bad827e624b4bb6b99a3f97d266 (patch) | |
tree | 7d9bc7c94ce7f505caff0c69c8ea326344069441 /indra/newview/llinventorygallery.h | |
parent | ac5c62de965f3e6547cec657bb97c55ebaa40c53 (diff) |
SL-19815 Gallery support for left, right, up and down
Diffstat (limited to 'indra/newview/llinventorygallery.h')
-rw-r--r-- | indra/newview/llinventorygallery.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llinventorygallery.h b/indra/newview/llinventorygallery.h index de0cba6e63..7d4431dbfb 100644 --- a/indra/newview/llinventorygallery.h +++ b/indra/newview/llinventorygallery.h @@ -215,6 +215,7 @@ private: uuid_vec_t mCOFLinkedItems; uuid_vec_t mActiveGestures; std::map<LLInventoryGalleryItem*, S32> mItemIndexMap; + std::map<S32, LLInventoryGalleryItem*> mIndexToItemMap; LLInventoryFilter::ESearchType mSearchType; std::string mUsername; |