diff Framework/Loaders/DicomStructureSetLoader.cpp @ 1504:d8af188ab545

sync
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 30 Jun 2020 20:35:16 +0200
parents 30deba7bc8e2
children
line wrap: on
line diff
--- a/Framework/Loaders/DicomStructureSetLoader.cpp	Tue Jun 30 11:38:13 2020 +0200
+++ b/Framework/Loaders/DicomStructureSetLoader.cpp	Tue Jun 30 20:35:16 2020 +0200
@@ -190,7 +190,7 @@
 
       // Set the actual structure set content
       {
-        OrthancPlugins::FullOrthancDataset dicom(message.GetAnswer());
+        FullOrthancDataset dicom(message.GetAnswer());
 
         loader.content_.reset(new OrthancStone::DicomStructureSet(dicom));
       }