diff OrthancFramework/Sources/DicomParsing/Internals/DicomFrameIndex.h @ 4200:7112a8af0b63

cppcheck
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 16 Sep 2020 20:53:31 +0200
parents bf7b9edf6b81
children d9473bd5ed43
line wrap: on
line diff
--- a/OrthancFramework/Sources/DicomParsing/Internals/DicomFrameIndex.h	Wed Sep 16 20:28:20 2020 +0200
+++ b/OrthancFramework/Sources/DicomParsing/Internals/DicomFrameIndex.h	Wed Sep 16 20:53:31 2020 +0200
@@ -56,7 +56,7 @@
     unsigned int             countFrames_;
 
   public:
-    DicomFrameIndex(DcmDataset& dicom);
+    explicit DicomFrameIndex(DcmDataset& dicom);
 
     unsigned int GetFramesCount() const
     {