Fix another regression.

This commit is contained in:
JoelKatz
2013-08-27 01:49:46 -07:00
parent 2cc2d982a8
commit 2780a5768a

View File

@@ -181,6 +181,7 @@ public:
inline explicit UntrackedScopedTryLock (Mutex const& mutex,
char const*, int) noexcept
: m_mutex (mutex)
, m_lock_count (0)
{
try_lock ();
}