aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llwearablelist.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llwearablelist.h')
-rw-r--r--linden/indra/newview/llwearablelist.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/newview/llwearablelist.h b/linden/indra/newview/llwearablelist.h
index 7a01be0..1ee03e8 100644
--- a/linden/indra/newview/llwearablelist.h
+++ b/linden/indra/newview/llwearablelist.h
@@ -46,7 +46,7 @@ public:
46 46
47 void getAsset( 47 void getAsset(
48 const LLAssetID& assetID, 48 const LLAssetID& assetID,
49 const LLString& wearable_name, 49 const std::string& wearable_name,
50 LLAssetType::EType asset_type, 50 LLAssetType::EType asset_type,
51 void(*asset_arrived_callback)(LLWearable*, void* userdata), 51 void(*asset_arrived_callback)(LLWearable*, void* userdata),
52 void* userdata ); 52 void* userdata );
@@ -56,7 +56,7 @@ public:
56 LLWearable* createCopy( LLWearable* old_wearable ); 56 LLWearable* createCopy( LLWearable* old_wearable );
57 LLWearable* createNewWearable( EWearableType type ); 57 LLWearable* createNewWearable( EWearableType type );
58 58
59 // Pseudo-private 59 // Callback
60 static void processGetAssetReply(const char* filename, const LLAssetID& assetID, void* user_data, S32 status, LLExtStat ext_status); 60 static void processGetAssetReply(const char* filename, const LLAssetID& assetID, void* user_data, S32 status, LLExtStat ext_status);
61 61
62protected: 62protected: