diff options
Diffstat (limited to 'dep/src/zthread/vanilla/DualMutexRecursiveLock.h')
-rw-r--r-- | dep/src/zthread/vanilla/DualMutexRecursiveLock.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dep/src/zthread/vanilla/DualMutexRecursiveLock.h b/dep/src/zthread/vanilla/DualMutexRecursiveLock.h index 63214133c02..22f10b9bc04 100644 --- a/dep/src/zthread/vanilla/DualMutexRecursiveLock.h +++ b/dep/src/zthread/vanilla/DualMutexRecursiveLock.h @@ -171,3 +171,4 @@ class FastRecursiveLock : private NonCopyable { } // namespace ZThread #endif + |