diff OrthancFramework/Sources/Images/ImageAccessor.h @ 4201:2d5209153b32

cppcheck
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 17 Sep 2020 08:18:28 +0200
parents bf7b9edf6b81
children 0034f855c023
line wrap: on
line diff
--- a/OrthancFramework/Sources/Images/ImageAccessor.h	Wed Sep 16 20:53:31 2020 +0200
+++ b/OrthancFramework/Sources/Images/ImageAccessor.h	Thu Sep 17 08:18:28 2020 +0200
@@ -110,11 +110,11 @@
       return buffer_;
     }
 
-    void* GetBuffer() const;
+    void* GetBuffer();
 
     const void* GetConstRow(unsigned int y) const;
 
-    void* GetRow(unsigned int y) const;
+    void* GetRow(unsigned int y);
 
     void AssignEmpty(PixelFormat format);