Workaround for mac startup hardlock. (STORM-1641)

This commit is contained in:
Shyotl
2011-10-18 09:33:20 -05:00
parent 4446b0fbad
commit 82b0171a86
5 changed files with 11 additions and 6 deletions

View File

@@ -40,8 +40,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;
}