diff --git a/Shape_detection/include/CGAL/Shape_detection/Efficient_RANSAC/Efficient_RANSAC.h b/Shape_detection/include/CGAL/Shape_detection/Efficient_RANSAC/Efficient_RANSAC.h index f25b9a1ffa0..7c8629e5d7c 100644 --- a/Shape_detection/include/CGAL/Shape_detection/Efficient_RANSAC/Efficient_RANSAC.h +++ b/Shape_detection/include/CGAL/Shape_detection/Efficient_RANSAC/Efficient_RANSAC.h @@ -854,7 +854,7 @@ namespace CGAL { /*! Number of points not assigned to a shape. */ - std::size_t number_of_unassigned_points() { + std::size_t number_of_unassigned_points() const { return m_num_available_points; }