diff options
author | kaliki <kaliki@yandex-team.ru> | 2022-02-10 16:48:06 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:48:06 +0300 |
commit | 9741dc538ed4ca44e947c0965a2bbc50305eb996 (patch) | |
tree | b222e5ac2e2e98872661c51ccceee5da0d291e13 /util/datetime | |
parent | a79404df3a1d90f4b37ac8a1ce0a2bfb5dfd06f1 (diff) | |
download | ydb-9741dc538ed4ca44e947c0965a2bbc50305eb996.tar.gz |
Restoring authorship annotation for <kaliki@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'util/datetime')
-rw-r--r-- | util/datetime/base.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/datetime/base.h b/util/datetime/base.h index 58b6dca315..5e902b8f63 100644 --- a/util/datetime/base.h +++ b/util/datetime/base.h @@ -171,7 +171,7 @@ public: return Value_; } -protected: +protected: TValue Value_; // microseconds count }; |