summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/StreamCallback.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/Core/StreamCallback.cpp')
-rw-r--r--lldb/source/Core/StreamCallback.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Core/StreamCallback.cpp b/lldb/source/Core/StreamCallback.cpp
index edce04e8ed8..63f3c9f8b2d 100644
--- a/lldb/source/Core/StreamCallback.cpp
+++ b/lldb/source/Core/StreamCallback.cpp
@@ -35,7 +35,7 @@ StreamCallback::~StreamCallback ()
StreamString &
StreamCallback::FindStreamForThread(lldb::tid_t cur_tid)
{
- Mutex::Locker (m_collection_mutex);
+ Mutex::Locker locker(m_collection_mutex);
collection::iterator iter = m_accumulated_data.find (cur_tid);
if (iter == m_accumulated_data.end())
{
OpenPOWER on IntegriCloud