diff --git a/Packages/Snap_rounding_2/include/CGAL/Snap_rounding_2.h b/Packages/Snap_rounding_2/include/CGAL/Snap_rounding_2.h index e80a644bee0..f24827ebd6f 100644 --- a/Packages/Snap_rounding_2/include/CGAL/Snap_rounding_2.h +++ b/Packages/Snap_rounding_2/include/CGAL/Snap_rounding_2.h @@ -853,7 +853,8 @@ Snap_rounding_2::insert(InputIterator first, InputIterator last) template -const Snap_rounding_2::Polyline_const_iterator Snap_rounding_2::polylines_begin() +const Snap_rounding_2::Polyline_const_iterator + Snap_rounding_2::polylines_begin() { if(need_sr) { need_sr = false; @@ -865,7 +866,8 @@ const Snap_rounding_2::Polyline_const_iterator Snap_rounding_2::poly } template -const Snap_rounding_2::Polyline_const_iterator Snap_rounding_2::polylines_end() +const Snap_rounding_2::Polyline_const_iterator + Snap_rounding_2::polylines_end() { if(need_sr) { need_sr = false;