diff Framework/Widgets/SliceViewerWidget.cpp @ 714:d2c0e347ddc2

deprecating DicomFrameConverter
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 20 May 2019 16:26:34 +0200
parents 9a474e90e832
children 4f2416d519b4
line wrap: on
line diff
--- a/Framework/Widgets/SliceViewerWidget.cpp	Mon May 20 15:44:01 2019 +0200
+++ b/Framework/Widgets/SliceViewerWidget.cpp	Mon May 20 16:26:34 2019 +0200
@@ -510,7 +510,7 @@
               << "," << plane.GetOrigin()[1]
               << "," << plane.GetOrigin()[2] << ")";
     
-    Slice displayedSlice(plane_, THIN_SLICE_THICKNESS);
+    Deprecated::Slice displayedSlice(plane_, THIN_SLICE_THICKNESS);
 
     //if (!displayedSlice.ContainsPlane(slice))
     {