diff Framework/Algorithms/ReconstructPyramidCommand.cpp @ 236:b0ee417b667a

migrating new definitions in namespace Orthanc to namespace OrthancWSI
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 23 Feb 2021 10:27:58 +0100
parents d9bd12e3747a
children 49f647ed1b4c
line wrap: on
line diff
--- a/Framework/Algorithms/ReconstructPyramidCommand.cpp	Thu Jan 14 11:18:36 2021 +0100
+++ b/Framework/Algorithms/ReconstructPyramidCommand.cpp	Tue Feb 23 10:27:58 2021 +0100
@@ -160,7 +160,7 @@
   }
 
 
-  void ReconstructPyramidCommand::PrepareBagOfTasks(Orthanc::BagOfTasks& tasks,
+  void ReconstructPyramidCommand::PrepareBagOfTasks(BagOfTasks& tasks,
                                                     IPyramidWriter& target,
                                                     ITiledPyramid& source,
                                                     unsigned int countLevels,