diff options
Diffstat (limited to 'indra/llvfs')
| -rw-r--r-- | indra/llvfs/lllfsthread.h | 3 |
1 files changed, 2 insertions, 1 deletions
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; }; |
