diff Framework/Inputs/DicomPyramidLevel.h @ 196:b0bd22077cd8

sharing code with orthanc-stone
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 01 Jul 2020 17:57:38 +0200
parents e3cbf890b588
children 1e864138f0da
line wrap: on
line diff
--- a/Framework/Inputs/DicomPyramidLevel.h	Tue Jun 30 18:11:30 2020 +0200
+++ b/Framework/Inputs/DicomPyramidLevel.h	Wed Jul 01 17:57:38 2020 +0200
@@ -88,7 +88,7 @@
     bool DownloadRawTile(std::string& raw /* out */,
                          Orthanc::PixelFormat& format /* out */,
                          ImageCompression& compression /* out */,
-                         OrthancPlugins::IOrthancConnection& orthanc,
+                         OrthancStone::IOrthancConnection& orthanc,
                          unsigned int tileX,
                          unsigned int tileY) const;
   };