diff Framework/Loaders/SeriesFramesLoader.h @ 1242:b9b5d4378874 broker

working of WebAssemblyOracle
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 06 Jan 2020 18:08:05 +0100
parents c471a0aa137b
children 0ca50d275b9a
line wrap: on
line diff
--- a/Framework/Loaders/SeriesFramesLoader.h	Mon Dec 30 10:54:26 2019 +0100
+++ b/Framework/Loaders/SeriesFramesLoader.h	Mon Jan 06 18:08:05 2020 +0100
@@ -39,7 +39,7 @@
   private:
     class Payload;
 
-    ILoadersContext&                           context_;
+    ILoadersContext&                         context_;
     SeriesOrderedFrames                      frames_;
     std::string                              dicomDirPath_;
     boost::shared_ptr<LoadedDicomResources>  dicomDir_;