From c636ea1ce28d9b8efb4207ac3816a34b297f064c Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Mon, 28 Jan 2019 08:37:26 +0100 Subject: [PATCH] Fix PSP --- .../include/CGAL/wlop_simplify_and_regularize_point_set.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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