diff OrthancStone/Sources/Loaders/DicomResourcesLoader.cpp @ 1640:52b8b96cb55f

cleaning namespaces
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 10 Nov 2020 16:55:22 +0100
parents 8563ea5d8ae4
children ef2f56c0311c
line wrap: on
line diff
--- a/OrthancStone/Sources/Loaders/DicomResourcesLoader.cpp	Tue Nov 10 16:41:11 2020 +0100
+++ b/OrthancStone/Sources/Loaders/DicomResourcesLoader.cpp	Tue Nov 10 16:55:22 2020 +0100
@@ -387,7 +387,7 @@
 
 
 #if ORTHANC_ENABLE_DCMTK == 1
-  static void ExploreDicomDir(OrthancStone::LoadedDicomResources& instances,
+  static void ExploreDicomDir(LoadedDicomResources& instances,
                               const Orthanc::ParsedDicomDir& dicomDir,
                               Orthanc::ResourceType level,
                               size_t index,