summaryrefslogtreecommitdiff
path: root/indra/newview/llmainlooprepeater.h
diff options
context:
space:
mode:
authorAndrew A. de Laix <alain@lindenlab.com>2010-11-11 11:46:24 -0800
committerAndrew A. de Laix <alain@lindenlab.com>2010-11-11 11:46:24 -0800
commit7a7f89db6d9c5e6b2c6c89ea39c0302907a0442b (patch)
treef9f962b47c1e6c3fa32c40dec4e9e804e49614cb /indra/newview/llmainlooprepeater.h
parent4e22d63352dd65085cfbba9c22070271ecdd4bcf (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.h2
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);