diff Framework/Toolbox/DicomStructureSet.h @ 1165:4d97f532f1e0 broker

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 19 Nov 2019 21:40:25 +0100
parents 709aa65aca17
children 1644de437a7b
line wrap: on
line diff
--- a/Framework/Toolbox/DicomStructureSet.h	Tue Nov 19 21:18:46 2019 +0100
+++ b/Framework/Toolbox/DicomStructureSet.h	Tue Nov 19 21:40:25 2019 +0100
@@ -187,8 +187,8 @@
 
 #ifdef USE_BOOST_UNION_FOR_POLYGONS 
     bool ProjectStructure(std::vector< std::vector<Point2D> >& polygons,
-      size_t index,
-      const CoordinateSystem3D& slice) const
+                          size_t index,
+                          const CoordinateSystem3D& slice) const
     {
       return ProjectStructure(polygons, GetStructure(index), slice);
     }