diff options
author | Andrew A. de Laix <alain@lindenlab.com> | 2010-11-11 11:46:24 -0800 |
---|---|---|
committer | Andrew A. de Laix <alain@lindenlab.com> | 2010-11-11 11:46:24 -0800 |
commit | 7a7f89db6d9c5e6b2c6c89ea39c0302907a0442b (patch) | |
tree | f9f962b47c1e6c3fa32c40dec4e9e804e49614cb /indra/newview/llmainlooprepeater.h | |
parent | 4e22d63352dd65085cfbba9c22070271ecdd4bcf (diff) |
fix termination issues with thread safe queue in main loop repeater service.
Diffstat (limited to 'indra/newview/llmainlooprepeater.h')
-rw-r--r-- | indra/newview/llmainlooprepeater.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llmainlooprepeater.h b/indra/newview/llmainlooprepeater.h index 96b83b4916..f84c0ca94c 100644 --- a/indra/newview/llmainlooprepeater.h +++ b/indra/newview/llmainlooprepeater.h @@ -55,7 +55,7 @@ public: private: LLTempBoundListener mMainLoopConnection; LLTempBoundListener mRepeaterConnection; - LLThreadSafeQueue<LLSD> mQueue; + LLThreadSafeQueue<LLSD> * mQueue; bool onMainLoop(LLSD const &); bool onMessage(LLSD const & event); |