summaryrefslogtreecommitdiff
path: root/indra/llmessage/llxfer_mem.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llmessage/llxfer_mem.h')
-rw-r--r--indra/llmessage/llxfer_mem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llmessage/llxfer_mem.h b/indra/llmessage/llxfer_mem.h
index a6b95c0fcf..c251348553 100644
--- a/indra/llmessage/llxfer_mem.h
+++ b/indra/llmessage/llxfer_mem.h
@@ -55,7 +55,7 @@ class LLXfer_Mem : public LLXfer
virtual ~LLXfer_Mem();
virtual void init();
- virtual void free();
+ virtual void cleanup();
virtual S32 startSend (U64 xfer_id, const LLHost &remote_host);
virtual U64 registerXfer(U64 xfer_id, const void *datap, const S32 length);