diff options
Diffstat (limited to 'linden/indra/newview/llinventoryview.h')
-rw-r--r-- | linden/indra/newview/llinventoryview.h | 3 |
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 | ||
351 | std::string get_item_icon_name(LLInventoryType::NType inv_ntype, | ||
352 | BOOL item_is_multi ); | ||
353 | |||
351 | LLUIImagePtr get_item_icon(LLAssetType::EType asset_type, | 354 | LLUIImagePtr 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, |