Mercurial > hg > orthanc
diff OrthancServer/Sources/ServerToolbox.cpp @ 5184:dd085f7e7e71
cleaning new constructors of StorageAccessor
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Sat, 25 Mar 2023 12:20:34 +0100 |
parents | 22966345eaba |
children | 0ea402b4d901 |
line wrap: on
line diff
--- a/OrthancServer/Sources/ServerToolbox.cpp Sat Mar 25 12:07:39 2023 +0100 +++ b/OrthancServer/Sources/ServerToolbox.cpp Sat Mar 25 12:20:34 2023 +0100 @@ -144,7 +144,7 @@ try { // Read and parse the content of the DICOM file - StorageAccessor accessor(storageArea, NULL); // no cache + StorageAccessor accessor(storageArea); // no cache std::string content; accessor.Read(content, attachment);