diff Framework/Inputs/DicomPyramidLevel.cpp @ 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 7a3853d51c45
children ff0ef01c332c
line wrap: on
line diff
--- a/Framework/Inputs/DicomPyramidLevel.cpp	Fri Nov 25 16:38:09 2016 +0100
+++ b/Framework/Inputs/DicomPyramidLevel.cpp	Fri Nov 25 17:15:55 2016 +0100
@@ -119,7 +119,7 @@
   bool DicomPyramidLevel::DownloadRawTile(std::string& raw /* out */,
                                           Orthanc::PixelFormat& format /* out */,
                                           ImageCompression& compression /* out */,
-                                          IOrthancConnection& orthanc,
+                                          OrthancPlugins::IOrthancConnection& orthanc,
                                           unsigned int tileX,
                                           unsigned int tileY) const
   {