diff options
| author | Oz Linden <oz@lindenlab.com> | 2011-09-02 13:48:29 -0400 |
|---|---|---|
| committer | Oz Linden <oz@lindenlab.com> | 2011-09-02 13:48:29 -0400 |
| commit | 0ab6eee0996c78d32b722157140cea5a21a5e460 (patch) | |
| tree | 2a0e90651e3cb0e236c9091b33c64d2cb7a616f7 /indra/newview/llmainlooprepeater.cpp | |
| parent | fcc51bd5b01f2a383ad057898484ac9938219b11 (diff) | |
| parent | 8efd992d508eecec42648af4a7bb980fc0cc19cc (diff) | |
merge changes for storm-1027
Diffstat (limited to 'indra/newview/llmainlooprepeater.cpp')
| -rw-r--r-- | indra/newview/llmainlooprepeater.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llmainlooprepeater.cpp b/indra/newview/llmainlooprepeater.cpp index 5c020e6d98..d73048a28b 100644 --- a/indra/newview/llmainlooprepeater.cpp +++ b/indra/newview/llmainlooprepeater.cpp @@ -46,7 +46,7 @@ void LLMainLoopRepeater::start(void) { if(mQueue != 0) return; - mQueue = new LLThreadSafeQueue<LLSD>(gAPRPoolp, 1024); + mQueue = new LLThreadSafeQueue<LLSD>(1024); mMainLoopConnection = LLEventPumps::instance(). obtain("mainloop").listen(LLEventPump::inventName(), boost::bind(&LLMainLoopRepeater::onMainLoop, this, _1)); mRepeaterConnection = LLEventPumps::instance(). |
