diff options
author | Richard Nelson <none@none> | 2010-06-14 15:39:00 -0700 |
---|---|---|
committer | Richard Nelson <none@none> | 2010-06-14 15:39:00 -0700 |
commit | 7df20f1315d7fe9686abf3a2dc486613a9e51a83 (patch) | |
tree | 6a21b0578c0d8c4e66c2d6bd29ddcbe93da77f95 /indra/llcommon | |
parent | e97cef4de92f446bb51b4137ce64605f74d7f48e (diff) | |
parent | baf9b3cb078c04b019fccc4ae8a54db05b14bdef (diff) |
merge
Diffstat (limited to 'indra/llcommon')
-rw-r--r-- | indra/llcommon/llthread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/llthread.h b/indra/llcommon/llthread.h index adef1a9192..dbb8ec5231 100644 --- a/indra/llcommon/llthread.h +++ b/indra/llcommon/llthread.h @@ -135,7 +135,7 @@ class LL_COMMON_API LLMutex { public: LLMutex(apr_pool_t *apr_poolp); // NULL pool constructs a new pool for the mutex - ~LLMutex(); + virtual ~LLMutex(); void lock(); // blocks void unlock(); |