Mercurial > hg > orthanc
diff Core/Compression/ZipWriter.h @ 3956:6e14f2da7c7e
integration transcoding->mainline
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 20 May 2020 16:42:44 +0200 |
parents | 0b3256c3ee14 |
children | f9863630ec7f |
line wrap: on
line diff
--- a/Core/Compression/ZipWriter.h Wed May 06 08:40:48 2020 +0200 +++ b/Core/Compression/ZipWriter.h Wed May 20 16:42:44 2020 +0200 @@ -101,7 +101,7 @@ void OpenFile(const char* path); - void Write(const char* data, size_t length); + void Write(const void* data, size_t length); void Write(const std::string& data); };