aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llinventoryview.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llinventoryview.h')
-rw-r--r--linden/indra/newview/llinventoryview.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/linden/indra/newview/llinventoryview.h b/linden/indra/newview/llinventoryview.h
index cce30aa..80e5768 100644
--- a/linden/indra/newview/llinventoryview.h
+++ b/linden/indra/newview/llinventoryview.h
@@ -348,6 +348,9 @@ std::string get_item_icon_name(LLAssetType::EType asset_type,
348 U32 attachment_point, 348 U32 attachment_point,
349 BOOL item_is_multi ); 349 BOOL item_is_multi );
350 350
351std::string get_item_icon_name(LLInventoryType::NType inv_ntype,
352 BOOL item_is_multi );
353
351LLUIImagePtr get_item_icon(LLAssetType::EType asset_type, 354LLUIImagePtr get_item_icon(LLAssetType::EType asset_type,
352 LLInventoryType::EType inventory_type, 355 LLInventoryType::EType inventory_type,
353 U32 attachment_point, 356 U32 attachment_point,