Mercurial > hg > orthanc
diff Core/Images/IImageWriter.cpp @ 2140:aa4b8895cd23
reorganization
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 09 Nov 2016 16:12:47 +0100 |
parents | 764c9157301b |
children | fd5875662670 |
line wrap: on
line diff
--- a/Core/Images/IImageWriter.cpp Wed Nov 09 15:25:09 2016 +0100 +++ b/Core/Images/IImageWriter.cpp Wed Nov 09 16:12:47 2016 +0100 @@ -47,7 +47,7 @@ #if ORTHANC_SANDBOXED == 0 std::string compressed; WriteToMemoryInternal(compressed, width, height, pitch, format, buffer); - Toolbox::WriteFile(compressed, path); + SystemToolbox::WriteFile(compressed, path); #else throw OrthancException(ErrorCode_CannotWriteFile); // Unavailable in sandboxed environments #endif