diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2024-07-29 21:19:57 +0300 |
---|---|---|
committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2024-07-30 07:27:52 +0300 |
commit | 9e4cc30b298c32b0a90fa311560c2b43c9648bb1 (patch) | |
tree | e92d80480f7058a97e5ff74d7e47124bb188c044 /indra/newview/llinventorygallery.h | |
parent | d881c72a9a3a95aee60e2c2ef5d8f24e1902c17c (diff) |
viewer#2142 Crash at LLOutfitGalleryItem::setDefaultImage
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 afc7bdc9f8..59d08d19ed 100644 --- a/indra/newview/llinventorygallery.h +++ b/indra/newview/llinventorygallery.h @@ -228,6 +228,7 @@ private: void updateGalleryWidth(); LLInventoryGalleryItem* buildGalleryItem(std::string name, LLUUID item_id, LLAssetType::EType type, LLUUID thumbnail_id, LLInventoryType::EType inventory_type, U32 flags, time_t creation_date, bool is_link, bool is_worn); + LLInventoryGalleryItem* getItem(const LLUUID& id) const; void buildGalleryPanel(int row_count); void reshapeGalleryPanel(int row_count); |