diff --git a/Polyhedron/demo/Polyhedron/include/Point_set_3.h b/Polyhedron/demo/Polyhedron/include/Point_set_3.h index 2f50898260a..ec6258b5d3d 100644 --- a/Polyhedron/demo/Polyhedron/include/Point_set_3.h +++ b/Polyhedron/demo/Polyhedron/include/Point_set_3.h @@ -34,7 +34,7 @@ /// - User is responsible to call invalidate_bounds() after adding, moving or removing points. /// - Selecting points changes the order of the points in the /// container. If selection is *not* empty, it becomes invalid after -/// adding, moving or removing points, user is reponsible to call +/// adding, moving or removing points, user is responsible to call /// unselect_all() in those cases. /// /// @heading Parameters: @@ -579,9 +579,9 @@ namespace CGAL { // specialization for default named parameters -template -struct Point_set_processing_3_np_helper<::Point_set_3, NamedParameters> - : public Point_set_processing_3_np_helper::Base, NamedParameters> +template +struct Point_set_processing_3_np_helper<::Point_set_3, NamedParameters, DPM, DVM> + : public Point_set_processing_3_np_helper::Base, NamedParameters, DPM, DVM> {}; }