diff --git a/Point_set_processing_3/include/CGAL/wlop_simplify_and_regularize_point_set.h b/Point_set_processing_3/include/CGAL/wlop_simplify_and_regularize_point_set.h index 27d4205cf8d..f01e5f0778e 100644 --- a/Point_set_processing_3/include/CGAL/wlop_simplify_and_regularize_point_set.h +++ b/Point_set_processing_3/include/CGAL/wlop_simplify_and_regularize_point_set.h @@ -78,9 +78,7 @@ public: Kd_tree_element(const Base& p, unsigned int id=0) : Base(p), index(id) {} - Kd_tree_element(const Kd_tree_element& other) - : Base(other), index(other.index) - {} + }; // Helper class for the Kd-tree