summaryrefslogtreecommitdiff
path: root/indra/llcommon/llworkerthread.cpp
diff options
context:
space:
mode:
authorDebi King (Dessie) <dessie@lindenlab.com>2011-10-13 13:13:15 -0400
committerDebi King (Dessie) <dessie@lindenlab.com>2011-10-13 13:13:15 -0400
commit1eda81eac813447cd357ac1972654ee9c1ec5506 (patch)
tree540217e96e41ba12245c79094beba470f51c0b10 /indra/llcommon/llworkerthread.cpp
parent6095127468f91770abe276b7d55754bbec228df3 (diff)
parente01c08275cd058b1c8b1fbcc12b5e88fdf73d39e (diff)
merge
Diffstat (limited to 'indra/llcommon/llworkerthread.cpp')
-rw-r--r--indra/llcommon/llworkerthread.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llcommon/llworkerthread.cpp b/indra/llcommon/llworkerthread.cpp
index 6b308bb917..e186621503 100644
--- a/indra/llcommon/llworkerthread.cpp
+++ b/indra/llcommon/llworkerthread.cpp
@@ -34,8 +34,8 @@
//============================================================================
// Run on MAIN thread
-LLWorkerThread::LLWorkerThread(const std::string& name, bool threaded) :
- LLQueuedThread(name, threaded)
+LLWorkerThread::LLWorkerThread(const std::string& name, bool threaded, bool should_pause) :
+ LLQueuedThread(name, threaded, should_pause)
{
mDeleteMutex = new LLMutex;
}