diff options
author | sharpeye <sharpeye@yandex-team.ru> | 2022-02-10 16:49:16 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:49:16 +0300 |
commit | 5ba59e58ca0ed3be83efee8a12c92725dfc5f051 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /util/thread/fwd.h | |
parent | 9a407601824f50398148409237b90de3f95b5ae3 (diff) | |
download | ydb-5ba59e58ca0ed3be83efee8a12c92725dfc5f051.tar.gz |
Restoring authorship annotation for <sharpeye@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'util/thread/fwd.h')
-rw-r--r-- | util/thread/fwd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/thread/fwd.h b/util/thread/fwd.h index 6d44699dd8..6f1caed21c 100644 --- a/util/thread/fwd.h +++ b/util/thread/fwd.h @@ -11,7 +11,7 @@ template <class T, class TCounter = TDefaultLFCounter> class TAutoLockFreeQueue; template <class T> -class TLockFreeStack; +class TLockFreeStack; class IThreadFactory; |