diff Framework/Inputs/DecodedTiledPyramid.h @ 216:c35a3a0627b9

cppcheck
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 12 Jan 2021 10:21:36 +0100
parents 1e864138f0da
children 49f647ed1b4c
line wrap: on
line diff
--- a/Framework/Inputs/DecodedTiledPyramid.h	Mon Jan 11 17:12:24 2021 +0100
+++ b/Framework/Inputs/DecodedTiledPyramid.h	Tue Jan 12 10:21:36 2021 +0100
@@ -58,13 +58,13 @@
 
     virtual Orthanc::ImageAccessor* DecodeTile(unsigned int level,
                                                unsigned int tileX,
-                                               unsigned int tileY);
+                                               unsigned int tileY) ORTHANC_OVERRIDE;
 
     virtual bool ReadRawTile(std::string& tile,
                              ImageCompression& compression,
                              unsigned int level,
                              unsigned int tileX,
-                             unsigned int tileY)
+                             unsigned int tileY) ORTHANC_OVERRIDE
     {
       return false;   // No access to the raw tiles
     }