diff options
author | mihaild <[email protected]> | 2022-02-10 16:46:59 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:46:59 +0300 |
commit | 55fa8c7df8dba9a6fda8a807e529a9d04bd88580 (patch) | |
tree | b83306b6e37edeea782e9eed673d89286c4fef35 /util/system/tls.cpp | |
parent | 246417ad6168d3f7ab4a0cf1c79ba4259f7c45ae (diff) |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'util/system/tls.cpp')
-rw-r--r-- | util/system/tls.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/system/tls.cpp b/util/system/tls.cpp index 9de07d366d3..c2f1a04a148 100644 --- a/util/system/tls.cpp +++ b/util/system/tls.cpp @@ -243,8 +243,8 @@ TKey::TKey(TDtor dtor) { } -TKey::TKey(TKey&&) noexcept = default; - +TKey::TKey(TKey&&) noexcept = default; + TKey::~TKey() = default; void* TKey::Get() const { |