diff Framework/Layers/SingleFrameRendererFactory.cpp @ 726:4f2416d519b4

moving layers, widgets and loaders to Deprecated namespace
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 21 May 2019 11:43:25 +0200
parents b70e9be013e4
children
line wrap: on
line diff
--- a/Framework/Layers/SingleFrameRendererFactory.cpp	Mon May 20 16:26:34 2019 +0200
+++ b/Framework/Layers/SingleFrameRendererFactory.cpp	Tue May 21 11:43:25 2019 +0200
@@ -29,7 +29,7 @@
 #include <Plugins/Samples/Common/FullOrthancDataset.h>
 #include <Plugins/Samples/Common/DicomDatasetReader.h>
 
-namespace OrthancStone
+namespace Deprecated
 {
   SingleFrameRendererFactory::SingleFrameRendererFactory(OrthancPlugins::IOrthancConnection& orthanc,
                                                          const std::string& instanceId,