diff OrthancStone/Sources/Toolbox/OsiriX/IntegerValue.h @ 1639:5cdc5b98f14d

cppcheck
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 10 Nov 2020 16:41:11 +0100
parents 8563ea5d8ae4
children 9ac2a65d4172
line wrap: on
line diff
--- a/OrthancStone/Sources/Toolbox/OsiriX/IntegerValue.h	Tue Nov 10 16:26:47 2020 +0100
+++ b/OrthancStone/Sources/Toolbox/OsiriX/IntegerValue.h	Tue Nov 10 16:41:11 2020 +0100
@@ -39,7 +39,7 @@
       int64_t  value_;
 
     public:
-      IntegerValue(int64_t value) :
+      explicit IntegerValue(int64_t value) :
         value_(value)
       {
       }