Fix incorrect field name

refs #7648
This commit is contained in:
Gunnar Beutner 2014-11-12 12:46:33 +01:00
parent a2c5887e51
commit 1c0102ff9b
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ public:
#ifdef _DEBUG
if (m_Locked) {
# ifdef _WIN32
InterlockedExchange(&m_Object->m_Locked, 0);
InterlockedExchange(&m_Object->m_LockOwner, 0);
# else /* _WIN32 */
__sync_lock_test_and_set(&m_Object->m_LockOwner, 0);
# endif /* _WIN32 */