diff options
| author | Alexander Gololobov <[email protected]> | 2022-02-10 16:47:38 +0300 |
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:47:38 +0300 |
| commit | fccc62e9bfdce9be2fe7e0f23479da3a5512211a (patch) | |
| tree | c0748b5dcbade83af788c0abfa89c0383d6b779c /util/generic | |
| parent | 39608cdb86363c75ce55b2b9a69841c3b71f22cf (diff) | |
Restoring authorship annotation for Alexander Gololobov <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'util/generic')
| -rw-r--r-- | util/generic/object_counter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/generic/object_counter.h b/util/generic/object_counter.h index 893d4b810f8..5257afa2e60 100644 --- a/util/generic/object_counter.h +++ b/util/generic/object_counter.h @@ -32,7 +32,7 @@ public: } static inline long ObjectCount() noexcept { - return AtomicGet(Count_); + return AtomicGet(Count_); } /** |
