diff OrthancStone/Sources/Volumes/VolumeReslicer.cpp @ 1610:b7630b1a0253

ISceneLayer::GetBoundingBox() returns void
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 29 Oct 2020 17:13:13 +0100
parents 8563ea5d8ae4
children 59f95b9ea858
line wrap: on
line diff
--- a/OrthancStone/Sources/Volumes/VolumeReslicer.cpp	Thu Oct 29 17:01:29 2020 +0100
+++ b/OrthancStone/Sources/Volumes/VolumeReslicer.cpp	Thu Oct 29 17:13:13 2020 +0100
@@ -535,7 +535,7 @@
   void VolumeReslicer::Reset()
   {
     success_ = false;
-    extent_.Reset();
+    extent_.Clear();
     slice_.reset(NULL);
   }