Mercurial > hg > orthanc
diff Core/Images/PngWriter.cpp @ 2140:aa4b8895cd23
reorganization
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 09 Nov 2016 16:12:47 +0100 |
parents | 08ce34cfacad |
children | fd5875662670 |
line wrap: on
line diff
--- a/Core/Images/PngWriter.cpp Wed Nov 09 15:25:09 2016 +0100 +++ b/Core/Images/PngWriter.cpp Wed Nov 09 16:12:47 2016 +0100 @@ -211,7 +211,7 @@ { Prepare(width, height, pitch, format, buffer); - FILE* fp = Toolbox::OpenFile(filename, FileMode_WriteBinary); + FILE* fp = SystemToolbox::OpenFile(filename, FileMode_WriteBinary); if (!fp) { throw OrthancException(ErrorCode_CannotWriteFile);