diff options
author | Alexander Gololobov <[email protected]> | 2022-02-10 16:47:37 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:47:37 +0300 |
commit | 39608cdb86363c75ce55b2b9a69841c3b71f22cf (patch) | |
tree | 4ec132c1665bd4d68e3628aa18d937c70d32413b /util/system/thread.cpp | |
parent | 54295b9bd4dc45c54d804084fd846d945148a7f0 (diff) |
Restoring authorship annotation for Alexander Gololobov <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'util/system/thread.cpp')
-rw-r--r-- | util/system/thread.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/system/thread.cpp b/util/system/thread.cpp index 6236746c2d9..0cd8c078ea2 100644 --- a/util/system/thread.cpp +++ b/util/system/thread.cpp @@ -358,7 +358,7 @@ TThread::TId TThread::ImpossibleThreadId() noexcept { namespace { template <class T> - static void* ThreadProcWrapper(void* param) { + static void* ThreadProcWrapper(void* param) { return reinterpret_cast<T*>(param)->ThreadProc(); } } |