aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llwearable.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llwearable.h')
-rw-r--r--linden/indra/newview/llwearable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llwearable.h b/linden/indra/newview/llwearable.h
index 1e953f5..41e9ed2 100644
--- a/linden/indra/newview/llwearable.h
+++ b/linden/indra/newview/llwearable.h
@@ -108,7 +108,7 @@ public:
108 static LLAssetType::EType typeToAssetType( EWearableType wearable_type ); 108 static LLAssetType::EType typeToAssetType( EWearableType wearable_type );
109 109
110 void saveNewAsset(); 110 void saveNewAsset();
111 static void onSaveNewAssetComplete( const LLUUID& asset_uuid, void* user_data, S32 status ); 111 static void onSaveNewAssetComplete( const LLUUID& asset_uuid, void* user_data, S32 status, LLExtStat ext_status );
112 112
113 BOOL isMatchedToInventoryItem( LLViewerInventoryItem* item ); 113 BOOL isMatchedToInventoryItem( LLViewerInventoryItem* item );
114 114