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

cppcheck
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 16 Sep 2020 20:53:31 +0200
parents bf7b9edf6b81
children 4d42408da117
line wrap: on
line diff
--- a/OrthancFramework/Sources/DicomParsing/Internals/DicomImageDecoder.h	Wed Sep 16 20:28:20 2020 +0200
+++ b/OrthancFramework/Sources/DicomParsing/Internals/DicomImageDecoder.h	Wed Sep 16 20:53:31 2020 +0200
@@ -90,7 +90,7 @@
     static bool DecodePsmctRle1(std::string& output,
                                 DcmDataset& dataset);
 
-    static ImageAccessor *Decode(ParsedDicomFile& dicom,
+    static ImageAccessor *Decode(const ParsedDicomFile& dicom,
                                  unsigned int frame);
 
     static ImageAccessor *Decode(DcmDataset& dataset,