diff options
Diffstat (limited to 'library/cpp/monlib/counters/counters.h')
-rw-r--r-- | library/cpp/monlib/counters/counters.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/monlib/counters/counters.h b/library/cpp/monlib/counters/counters.h index 70985948f9..038b55f0c8 100644 --- a/library/cpp/monlib/counters/counters.h +++ b/library/cpp/monlib/counters/counters.h @@ -55,7 +55,7 @@ namespace NMonitoring { bool ForDerivative() const { return Derivative; } - + operator TValueBase() const { return AtomicGet(Value); } |