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

cppcheck
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 16 Sep 2020 20:53:31 +0200
parents dbd74fa2f446
children 6d49e3b6ff77
line wrap: on
line diff
--- a/OrthancFramework/Sources/DicomParsing/Internals/DicomFrameIndex.cpp	Wed Sep 16 20:28:20 2020 +0200
+++ b/OrthancFramework/Sources/DicomParsing/Internals/DicomFrameIndex.cpp	Wed Sep 16 20:53:31 2020 +0200
@@ -190,7 +190,7 @@
 
 
     virtual void GetRawFrame(std::string& frame,
-                             unsigned int index) const
+                             unsigned int index) const ORTHANC_OVERRIDE
     {
       if (index >= startFragment_.size())
       {
@@ -267,7 +267,7 @@
     }
 
     virtual void GetRawFrame(std::string& frame,
-                             unsigned int index) const
+                             unsigned int index) const ORTHANC_OVERRIDE
     {
       frame.resize(frameSize_);
       if (frameSize_ > 0)
@@ -298,7 +298,7 @@
     }
 
     virtual void GetRawFrame(std::string& frame,
-                             unsigned int index) const
+                             unsigned int index) const ORTHANC_OVERRIDE
     {
       frame.resize(frameSize_);
       if (frameSize_ > 0)