comparison Framework/ImageToolbox.cpp @ 211:7459819f3176

fix build
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 09 Nov 2020 15:09:05 +0100
parents cab272485c38
children 1e864138f0da
comparison
equal deleted inserted replaced
210:cab272485c38 211:7459819f3176
218 218
219 default: 219 default:
220 throw Orthanc::OrthancException(Orthanc::ErrorCode_ParameterOutOfRange); 220 throw Orthanc::OrthancException(Orthanc::ErrorCode_ParameterOutOfRange);
221 } 221 }
222 222
223 writer->WriteToMemory(target, source); 223 Orthanc::IImageWriter::WriteToMemory(*writer, target, source);
224 } 224 }
225 } 225 }
226 226
227 227
228 void ChangeTileCompression(std::string& target, 228 void ChangeTileCompression(std::string& target,