diff options
author | finder <finder@yandex-team.ru> | 2022-02-10 16:49:24 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:49:24 +0300 |
commit | abbbaf4075fbaa0ff4ce9faa1188089466a21dbe (patch) | |
tree | 4beaffe75727862ab08110c7ce520dc7aa49ff30 /util/system | |
parent | 46f4bc6ab513a0ed1407f9095284a00e20f05adc (diff) | |
download | ydb-abbbaf4075fbaa0ff4ce9faa1188089466a21dbe.tar.gz |
Restoring authorship annotation for <finder@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'util/system')
-rw-r--r-- | util/system/tls.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/system/tls.h b/util/system/tls.h index 3c4f56dbeb..75946ab048 100644 --- a/util/system/tls.h +++ b/util/system/tls.h @@ -277,7 +277,7 @@ namespace NTls { return val; } - private: + private: static void Dtor(void* ptr) { THolder<void> mem(ptr); |