diff options
Diffstat (limited to 'dep/src/zthread/ThreadImpl.h')
-rw-r--r-- | dep/src/zthread/ThreadImpl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dep/src/zthread/ThreadImpl.h b/dep/src/zthread/ThreadImpl.h index f464242918c..78b414b63e7 100644 --- a/dep/src/zthread/ThreadImpl.h +++ b/dep/src/zthread/ThreadImpl.h @@ -120,3 +120,4 @@ class ThreadImpl : public IntrusivePtr<ThreadImpl, FastLock>, public ThreadOps { } // namespace ZThread #endif // __ZTTHREADIMPL_H__ + |