diff OrthancStone/Sources/Toolbox/ParsedDicomCache.cpp @ 1571:85e117739eca

cppcheck
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 21 Sep 2020 17:46:39 +0200
parents 244ad1e4e76a
children 4fb8fdf03314
line wrap: on
line diff
--- a/OrthancStone/Sources/Toolbox/ParsedDicomCache.cpp	Mon Sep 21 14:50:26 2020 +0200
+++ b/OrthancStone/Sources/Toolbox/ParsedDicomCache.cpp	Mon Sep 21 17:46:39 2020 +0200
@@ -27,8 +27,8 @@
   {
   private:
     std::unique_ptr<Orthanc::ParsedDicomFile>  dicom_;
-    size_t                                   fileSize_;
-    bool                                     hasPixelData_;
+    size_t                                     fileSize_;
+    bool                                       hasPixelData_;
     
   public:
     Item(Orthanc::ParsedDicomFile* dicom,
@@ -44,7 +44,7 @@
       }
     }
            
-    virtual size_t GetMemoryUsage() const
+    virtual size_t GetMemoryUsage() const ORTHANC_OVERRIDE
     {
       return fileSize_;
     }