diff options
Diffstat (limited to 'linden/indra/llmessage/lltransfertargetvfile.h')
-rw-r--r-- | linden/indra/llmessage/lltransfertargetvfile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llmessage/lltransfertargetvfile.h b/linden/indra/llmessage/lltransfertargetvfile.h index 6ba8745..98fcbc9 100644 --- a/linden/indra/llmessage/lltransfertargetvfile.h +++ b/linden/indra/llmessage/lltransfertargetvfile.h | |||
@@ -41,7 +41,7 @@ typedef void (*LLTTVFCompleteCallback)( | |||
41 | S32 status, | 41 | S32 status, |
42 | const LLUUID& file_id, | 42 | const LLUUID& file_id, |
43 | LLAssetType::EType file_type, | 43 | LLAssetType::EType file_type, |
44 | void* user_data); | 44 | void* user_data, LLExtStat ext_status ); |
45 | 45 | ||
46 | class LLTransferTargetParamsVFile : public LLTransferTargetParams | 46 | class LLTransferTargetParamsVFile : public LLTransferTargetParams |
47 | { | 47 | { |