diff OrthancFramework/Sources/MetricsRegistry.cpp @ 4202:2007ab69ac16

moving ORTHANC_FORCE_INLINE and ORTHANC_OVERRIDE from Enumerations.h to Compatibility.h
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 17 Sep 2020 08:35:11 +0200
parents bf7b9edf6b81
children 4d42408da117
line wrap: on
line diff
--- a/OrthancFramework/Sources/MetricsRegistry.cpp	Thu Sep 17 08:18:28 2020 +0200
+++ b/OrthancFramework/Sources/MetricsRegistry.cpp	Thu Sep 17 08:35:11 2020 +0200
@@ -95,8 +95,9 @@
 
   public:
     Item(MetricsType type) :
-    type_(type),
-    hasValue_(false)
+      type_(type),
+      hasValue_(false),
+      value_(0)
     {
     }