diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llmessage/llxfer_file.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llmessage/llxfer_file.h b/linden/indra/llmessage/llxfer_file.h index 78f77a8..09b3228 100644 --- a/linden/indra/llmessage/llxfer_file.h +++ b/linden/indra/llmessage/llxfer_file.h | |||
@@ -53,7 +53,7 @@ class LLXfer_File : public LLXfer | |||
53 | virtual ~LLXfer_File(); | 53 | virtual ~LLXfer_File(); |
54 | 54 | ||
55 | virtual void init(const std::string& local_filename, BOOL delete_local_on_completion, S32 chunk_size); | 55 | virtual void init(const std::string& local_filename, BOOL delete_local_on_completion, S32 chunk_size); |
56 | virtual void free(); | 56 | virtual void cleanup(); |
57 | 57 | ||
58 | virtual S32 initializeRequest(U64 xfer_id, | 58 | virtual S32 initializeRequest(U64 xfer_id, |
59 | const std::string& local_filename, | 59 | const std::string& local_filename, |