diff Framework/Inputs/DicomPyramidLevel.h @ 61:147bd6dc28db

refactoring using new items in the plugin toolbox of Orthanc
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 25 Nov 2016 17:15:55 +0100
parents 91fc9583b2de
children ff0ef01c332c
line wrap: on
line diff
--- a/Framework/Inputs/DicomPyramidLevel.h	Fri Nov 25 16:38:09 2016 +0100
+++ b/Framework/Inputs/DicomPyramidLevel.h	Fri Nov 25 17:15:55 2016 +0100
@@ -87,7 +87,7 @@
     bool DownloadRawTile(std::string& raw /* out */,
                          Orthanc::PixelFormat& format /* out */,
                          ImageCompression& compression /* out */,
-                         IOrthancConnection& orthanc,
+                         OrthancPlugins::IOrthancConnection& orthanc,
                          unsigned int tileX,
                          unsigned int tileY) const;
   };