# HG changeset patch # User Alain Mazy # Date 1585885018 -7200 # Node ID 0745bd7fdf7089f3cf51e50b556fc8ce44f1fb14 # Parent a72c2c9af49a8c44d7d310715d427e975c90a59c fix diff -r a72c2c9af49a -r 0745bd7fdf70 Framework/Radiography/RadiographyMaskLayer.cpp --- a/Framework/Radiography/RadiographyMaskLayer.cpp Mon Mar 30 09:51:01 2020 +0200 +++ b/Framework/Radiography/RadiographyMaskLayer.cpp Fri Apr 03 05:36:58 2020 +0200 @@ -85,7 +85,7 @@ { // get the extent of the in-mask area Extent2D sceneExtent; - for (std::vector::const_iterator& corner = corners_.begin(); corner != corners_.end(); corner++) + for (std::vector::const_iterator corner = corners_.begin(); corner != corners_.end(); corner++) { double x = static_cast(corner->GetX()); double y = static_cast(corner->GetY());