diff options
Diffstat (limited to 'indra/newview/llwearablelist.h')
-rw-r--r-- | indra/newview/llwearablelist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llwearablelist.h b/indra/newview/llwearablelist.h index 587ea9e507..cd5a479d11 100644 --- a/indra/newview/llwearablelist.h +++ b/indra/newview/llwearablelist.h @@ -39,7 +39,7 @@ public: LLWearable* createNewWearable( EWearableType type ); // Pseudo-private - static void processGetAssetReply(const char* filename, const LLAssetID& assetID, void* user_data, S32 status); + static void processGetAssetReply(const char* filename, const LLAssetID& assetID, void* user_data, S32 status, LLExtStat ext_status); protected: LLPtrSkipMap< const LLUUID, LLWearable* > mList; |