diff options
author | pyos <pyos@yandex-team.ru> | 2022-02-10 16:47:49 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:47:49 +0300 |
commit | ef985e41af0868676d7a2275f1d90261253ddf3b (patch) | |
tree | 3a6a11d19d8c39c7b90c132bce7e1c3536be37c1 /util/folder/path.h | |
parent | 8387f1fb70a4161b7581d3c0da52c4810df655be (diff) | |
download | ydb-ef985e41af0868676d7a2275f1d90261253ddf3b.tar.gz |
Restoring authorship annotation for <pyos@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'util/folder/path.h')
-rw-r--r-- | util/folder/path.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/folder/path.h b/util/folder/path.h index 2fb4d6b4ef3..5de67c15970 100644 --- a/util/folder/path.h +++ b/util/folder/path.h @@ -208,7 +208,7 @@ private: private: TString Path_; - /// cache + /// cache mutable TSimpleIntrusivePtr<TSplit> Split_; }; |