comparison OrthancFramework/Sources/Images/PamWriter.h @ 4200:7112a8af0b63

cppcheck
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 16 Sep 2020 20:53:31 +0200
parents bf7b9edf6b81
children 2007ab69ac16
comparison
equal deleted inserted replaced
4199:fbc49a65340a 4200:7112a8af0b63
33 virtual void WriteToMemoryInternal(std::string& target, 33 virtual void WriteToMemoryInternal(std::string& target,
34 unsigned int width, 34 unsigned int width,
35 unsigned int height, 35 unsigned int height,
36 unsigned int pitch, 36 unsigned int pitch,
37 PixelFormat format, 37 PixelFormat format,
38 const void* buffer); 38 const void* buffer) ORTHANC_OVERRIDE;
39 }; 39 };
40 } 40 }