From e61a10ec5b6b84fcb5c27e8e308022d0094f8736 Mon Sep 17 00:00:00 2001 From: Josh Bell Date: Mon, 4 Jun 2007 18:46:59 +0000 Subject: svn merge -r 62602:62831 svn+ssh://svn.lindenlab.com/svn/linden/branches/maintenance --> release --- indra/llvfs/lllfsthread.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'indra/llvfs') diff --git a/indra/llvfs/lllfsthread.h b/indra/llvfs/lllfsthread.h index 74fd0ffd4d..a9ef1fec49 100644 --- a/indra/llvfs/lllfsthread.h +++ b/indra/llvfs/lllfsthread.h @@ -38,8 +38,9 @@ public: class Responder : public LLThreadSafeRefCount { + protected: + ~Responder(); public: - virtual ~Responder(); virtual void completed(S32 bytes) = 0; }; -- cgit v1.2.3