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