summaryrefslogtreecommitdiff
path: root/indra/newview/llinventorygallery.h
diff options
context:
space:
mode:
authorMaxim Nikolenko <maximnproductengine@lindenlab.com>2023-04-20 14:42:25 +0300
committerMaxim Nikolenko <maximnproductengine@lindenlab.com>2023-04-20 14:42:25 +0300
commita03f3cd00db95fb8dc6fd500e95054c654088bf7 (patch)
tree6326033f45bb32962dda62d6e0af2e59e249b3d8 /indra/newview/llinventorygallery.h
parent1b88a4e5f9f5b19e887c7dac90c88032b18f5728 (diff)
SL-19630 FIXED Adding a thumbnail to item in combination view does not update gallery view
Diffstat (limited to 'indra/newview/llinventorygallery.h')
-rw-r--r--indra/newview/llinventorygallery.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llinventorygallery.h b/indra/newview/llinventorygallery.h
index 07613b20aa..1760535524 100644
--- a/indra/newview/llinventorygallery.h
+++ b/indra/newview/llinventorygallery.h
@@ -134,6 +134,7 @@ protected:
void showContextMenu(LLUICtrl* ctrl, S32 x, S32 y, const LLUUID& item_id);
void applyFilter(LLInventoryGalleryItem* item, const std::string& filter_substring);
+ bool checkAgainstFilters(LLInventoryGalleryItem* item, const std::string& filter_substring);
LLInventoryCategoriesObserver* mCategoriesObserver;
LLThumbnailsObserver* mThumbnailsObserver;