summaryrefslogtreecommitdiff
path: root/indra/llcommon/llworkerthread.h
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-03-05 17:56:19 +0000
committerTofu Linden <tofu.linden@lindenlab.com>2010-03-05 17:56:19 +0000
commitdf50590145a835531a9539a96e8349f910161f53 (patch)
tree9fa9912f3f815d01401d7095ef28f2f8d7f0d7b7 /indra/llcommon/llworkerthread.h
parentf1a4dc710d3978a96bb05482643df0960f6e8fd4 (diff)
parentb9a96aaeb3aaf4a5e30364ddcba5af40cceb3e83 (diff)
merge from viewer-2-0
Diffstat (limited to 'indra/llcommon/llworkerthread.h')
-rw-r--r--indra/llcommon/llworkerthread.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/llcommon/llworkerthread.h b/indra/llcommon/llworkerthread.h
index a1e85d2ecc..1756ebab6b 100644
--- a/indra/llcommon/llworkerthread.h
+++ b/indra/llcommon/llworkerthread.h
@@ -80,6 +80,9 @@ public:
S32 mParam;
};
+protected:
+ void clearDeleteList() ;
+
private:
typedef std::list<LLWorkerClass*> delete_list_t;
delete_list_t mDeleteList;