diff options
author | diver <[email protected]> | 2022-02-10 16:48:07 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:48:07 +0300 |
commit | e20e2b362f0232ed5a389db887e6e27e7763af18 (patch) | |
tree | b222e5ac2e2e98872661c51ccceee5da0d291e13 /util/folder/tempdir.h | |
parent | 7629e1f9ef7f9d2a3c345c97e6a4e5a4b32ee786 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'util/folder/tempdir.h')
-rw-r--r-- | util/folder/tempdir.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/util/folder/tempdir.h b/util/folder/tempdir.h index 9ce01ef6551..ff458f83b9b 100644 --- a/util/folder/tempdir.h +++ b/util/folder/tempdir.h @@ -18,9 +18,9 @@ public: static TTempDir NewTempDir(const TString& root); const TString& operator()() const { - return Name(); - } - + return Name(); + } + const TString& Name() const { return TempDir.GetPath(); } |