diff Core/DicomFormat/DicomImageInformation.h @ 2223:29689b30f9ae

cppcheck
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 13 Dec 2016 15:28:05 +0100
parents 6c73df12ca51
children a3a65de1840f
line wrap: on
line diff
--- a/Core/DicomFormat/DicomImageInformation.h	Tue Dec 13 14:34:33 2016 +0100
+++ b/Core/DicomFormat/DicomImageInformation.h	Tue Dec 13 15:28:05 2016 +0100
@@ -57,7 +57,7 @@
     PhotometricInterpretation  photometric_;
 
   public:
-    DicomImageInformation(const DicomMap& values);
+    explicit DicomImageInformation(const DicomMap& values);
 
     unsigned int GetWidth() const
     {