diff options
author | trofimenkov <[email protected]> | 2022-02-10 16:49:30 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:49:30 +0300 |
commit | 30cebc2cfa79af3b577760a113e203a79450e6b6 (patch) | |
tree | 49327bf3c28fab534b04b312a39179e70f7c2763 /util/system/mutex.cpp | |
parent | a2d2743094c8d255cda4011b317235874db4d01c (diff) |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'util/system/mutex.cpp')
-rw-r--r-- | util/system/mutex.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/system/mutex.cpp b/util/system/mutex.cpp index 4041402db9a..d97adef5c22 100644 --- a/util/system/mutex.cpp +++ b/util/system/mutex.cpp @@ -126,7 +126,7 @@ TMutex::TMutex() } TMutex::TMutex(TMutex&&) = default; - + TMutex::~TMutex() = default; void TMutex::Acquire() noexcept { |