diff Framework/Volumes/ImageBuffer3D.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 d2c0e347ddc2
children c35e98d22764
line wrap: on
line diff
--- a/Framework/Volumes/ImageBuffer3D.h	Mon May 20 16:26:34 2019 +0200
+++ b/Framework/Volumes/ImageBuffer3D.h	Tue May 21 11:43:25 2019 +0200
@@ -121,7 +121,7 @@
     bool GetRange(float& minValue,
                   float& maxValue) const;
 
-    bool FitWindowingToRange(RenderStyle& style,
+    bool FitWindowingToRange(Deprecated::RenderStyle& style,
                              const Deprecated::DicomFrameConverter& converter) const;
 
     uint8_t GetVoxelGrayscale8Unchecked(unsigned int x,