aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llmessage/llxfer_vfile.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-09-12 14:59:33 -0500
committerJacek Antonelli2008-09-12 14:59:39 -0500
commit80a8bab2a9dd8e77262b001af973212a6cba4a5a (patch)
tree170168232fd4e2eec5f15295a9445535969cdb76 /linden/indra/llmessage/llxfer_vfile.h
parentSecond Life viewer sources 1.21.1-RC (diff)
downloadmeta-impy-80a8bab2a9dd8e77262b001af973212a6cba4a5a.zip
meta-impy-80a8bab2a9dd8e77262b001af973212a6cba4a5a.tar.gz
meta-impy-80a8bab2a9dd8e77262b001af973212a6cba4a5a.tar.bz2
meta-impy-80a8bab2a9dd8e77262b001af973212a6cba4a5a.tar.xz
Second Life viewer sources 1.21.2-RC
Diffstat (limited to '')
-rw-r--r--linden/indra/llmessage/llxfer_vfile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llmessage/llxfer_vfile.h b/linden/indra/llmessage/llxfer_vfile.h
index 12d38ba..e7e1981 100644
--- a/linden/indra/llmessage/llxfer_vfile.h
+++ b/linden/indra/llmessage/llxfer_vfile.h
@@ -58,7 +58,7 @@ class LLXfer_VFile : public LLXfer
58 virtual ~LLXfer_VFile(); 58 virtual ~LLXfer_VFile();
59 59
60 virtual void init(LLVFS *vfs, const LLUUID &local_id, LLAssetType::EType type); 60 virtual void init(LLVFS *vfs, const LLUUID &local_id, LLAssetType::EType type);
61 virtual void free(); 61 virtual void cleanup();
62 62
63 virtual S32 initializeRequest(U64 xfer_id, 63 virtual S32 initializeRequest(U64 xfer_id,
64 LLVFS *vfs, 64 LLVFS *vfs,