diff options
author | dmikhalev <[email protected]> | 2022-02-10 16:49:29 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:49:29 +0300 |
commit | b93b3eb857a34bc32cef3c1b0c709e8365253b34 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /util/folder/iterator_ut.cpp | |
parent | 3b5ee31ed70f690af39dfdec632060610b71b89e (diff) |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'util/folder/iterator_ut.cpp')
-rw-r--r-- | util/folder/iterator_ut.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/util/folder/iterator_ut.cpp b/util/folder/iterator_ut.cpp index e9797e0698f..936becd139b 100644 --- a/util/folder/iterator_ut.cpp +++ b/util/folder/iterator_ut.cpp @@ -82,9 +82,9 @@ private: inline ~TDirHier() { for (size_t i = 0; i < Paths_.size(); ++i) { NFs::Remove(Paths_[Paths_.size() - i - 1].Path); - } - } - + } + } + private: TVector<TPath> Paths_; THashMap<TString, TPath> Srch_; |