diff options
Diffstat (limited to 'linden/indra/llmessage/llxfer_vfile.h')
-rw-r--r-- | linden/indra/llmessage/llxfer_vfile.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linden/indra/llmessage/llxfer_vfile.h b/linden/indra/llmessage/llxfer_vfile.h index e71a0e8..1362749 100644 --- a/linden/indra/llmessage/llxfer_vfile.h +++ b/linden/indra/llmessage/llxfer_vfile.h | |||
@@ -65,7 +65,7 @@ class LLXfer_VFile : public LLXfer | |||
65 | const LLUUID &remote_id, | 65 | const LLUUID &remote_id, |
66 | const LLAssetType::EType type, | 66 | const LLAssetType::EType type, |
67 | const LLHost &remote_host, | 67 | const LLHost &remote_host, |
68 | void (*callback)(void **,S32), | 68 | void (*callback)(void **,S32,LLExtStat), |
69 | void **user_data); | 69 | void **user_data); |
70 | virtual S32 startDownload(); | 70 | virtual S32 startDownload(); |
71 | 71 | ||
@@ -92,3 +92,4 @@ class LLXfer_VFile : public LLXfer | |||
92 | 92 | ||
93 | 93 | ||
94 | 94 | ||
95 | |||