diff Framework/Radiography/RadiographyWidget.h @ 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 64d90190a08c
children c35e98d22764
line wrap: on
line diff
--- a/Framework/Radiography/RadiographyWidget.h	Mon May 20 16:26:34 2019 +0200
+++ b/Framework/Radiography/RadiographyWidget.h	Tue May 21 11:43:25 2019 +0200
@@ -30,7 +30,7 @@
   class RadiographyMaskLayer;
 
   class RadiographyWidget :
-    public WorldSceneWidget,
+    public Deprecated::WorldSceneWidget,
     public IObserver
   {
   private:
@@ -53,7 +53,7 @@
     }
 
     virtual bool RenderScene(CairoContext& context,
-                             const ViewportGeometry& view);
+                             const Deprecated::ViewportGeometry& view);
 
     virtual void RenderBackground(Orthanc::ImageAccessor& image, float minValue, float maxValue);