diff --git a/Skin_surface_3/include/CGAL/Union_of_balls_3.h b/Skin_surface_3/include/CGAL/Union_of_balls_3.h index 065fef9bc7f..c8ce790a855 100644 --- a/Skin_surface_3/include/CGAL/Union_of_balls_3.h +++ b/Skin_surface_3/include/CGAL/Union_of_balls_3.h @@ -91,12 +91,12 @@ template < class WP_iterator > Union_of_balls_3:: Union_of_balls_3(WP_iterator begin, WP_iterator end, Gt gt_, - bool verbose) - : Base(begin, end, 1, false, gt_, verbose) { + bool _verbose) + : Base(begin, end, 1, false, gt_, _verbose) { // Construct the Triangulated_mixed_complex: Triangulated_mixed_complex_observer_3 observer(shrink_factor()); - triangulate_power_diagram_3(regular(), triangulated_mixed_complex(), observer, verbose); + triangulate_power_diagram_3(regular(), triangulated_mixed_complex(), observer, _verbose); CGAL_assertion(triangulated_mixed_complex().dimension() == 3); // { // NGHK: debug code: