diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llmessage/lltransfersourceasset.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llmessage/lltransfersourceasset.h b/linden/indra/llmessage/lltransfersourceasset.h index 7b1aa63..b953f78 100644 --- a/linden/indra/llmessage/lltransfersourceasset.h +++ b/linden/indra/llmessage/lltransfersourceasset.h | |||
@@ -59,7 +59,7 @@ public: | |||
59 | virtual ~LLTransferSourceAsset(); | 59 | virtual ~LLTransferSourceAsset(); |
60 | 60 | ||
61 | static void responderCallback(LLVFS *vfs, const LLUUID& uuid, LLAssetType::EType type, | 61 | static void responderCallback(LLVFS *vfs, const LLUUID& uuid, LLAssetType::EType type, |
62 | void *user_data, S32 result); | 62 | void *user_data, S32 result, LLExtStat ext_status ); |
63 | protected: | 63 | protected: |
64 | /*virtual*/ void initTransfer(); | 64 | /*virtual*/ void initTransfer(); |
65 | /*virtual*/ F32 updatePriority(); | 65 | /*virtual*/ F32 updatePriority(); |