diff options
Diffstat (limited to 'linden/indra/newview/llinventoryview.h')
-rw-r--r-- | linden/indra/newview/llinventoryview.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/linden/indra/newview/llinventoryview.h b/linden/indra/newview/llinventoryview.h index 495a340..2650ed8 100644 --- a/linden/indra/newview/llinventoryview.h +++ b/linden/indra/newview/llinventoryview.h | |||
@@ -391,6 +391,13 @@ std::string get_item_icon_name(LLAssetType::EType asset_type, | |||
391 | std::string get_item_icon_name(LLInventoryType::NType inv_ntype, | 391 | std::string get_item_icon_name(LLInventoryType::NType inv_ntype, |
392 | BOOL item_is_multi ); | 392 | BOOL item_is_multi ); |
393 | 393 | ||
394 | // Uses NType only. For when we don't know an asset's inventory type or have no way of finding that information. | ||
395 | // Sends a default inv_ntype to use if there are multiple NTypes for an asset type. | ||
396 | std::string get_item_icon_name(LLAssetType::EType asset_type, | ||
397 | LLInventoryType::NType inv_ntype, | ||
398 | U32 flags, | ||
399 | BOOL item_is_multi); | ||
400 | |||
394 | LLUIImagePtr get_item_icon(LLAssetType::EType asset_type, | 401 | LLUIImagePtr get_item_icon(LLAssetType::EType asset_type, |
395 | LLInventoryType::EType inventory_type, | 402 | LLInventoryType::EType inventory_type, |
396 | U32 attachment_point, | 403 | U32 attachment_point, |