diff options
| author | gusev-p <[email protected]> | 2022-02-10 16:47:20 +0300 | 
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:47:20 +0300 | 
| commit | 1715700d00b30399d3648be821fd585ae552365e (patch) | |
| tree | 6857a59158ea36e56d87fb32fbb8e44673c0ca0f /library/cpp/monlib/counters/counters.h | |
| parent | b23c1d7a8015c2006a148fd93b84cdeb0aee17a3 (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/monlib/counters/counters.h')
| -rw-r--r-- | library/cpp/monlib/counters/counters.h | 8 | 
1 files changed, 4 insertions, 4 deletions
diff --git a/library/cpp/monlib/counters/counters.h b/library/cpp/monlib/counters/counters.h index 038b55f0c87..2180cf381d4 100644 --- a/library/cpp/monlib/counters/counters.h +++ b/library/cpp/monlib/counters/counters.h @@ -112,10 +112,10 @@ namespace NMonitoring {              return AtomicGet(Value) == 0;          } -        TAtomic& GetAtomic() { -            return Value; -        } - +        TAtomic& GetAtomic() {  +            return Value;  +        }  +       private:          TAtomic Value;          bool Derivative;  | 
