From 343735b9d74ad5c8e61f78fb0a4f9018cce8163b Mon Sep 17 00:00:00 2001 From: Sebastien Loriot Date: Tue, 17 Jan 2023 09:58:38 +0100 Subject: [PATCH] missing return --- Polygon_mesh_processing/include/CGAL/Polyhedral_envelope.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Polygon_mesh_processing/include/CGAL/Polyhedral_envelope.h b/Polygon_mesh_processing/include/CGAL/Polyhedral_envelope.h index 4cba21b75e4..c8a311a37ae 100644 --- a/Polygon_mesh_processing/include/CGAL/Polyhedral_envelope.h +++ b/Polygon_mesh_processing/include/CGAL/Polyhedral_envelope.h @@ -1048,7 +1048,7 @@ private: } CGAL_DEPRECATED bool is_two_facets_neighbouring(const unsigned int & pid, const unsigned int &i, const unsigned int &j)const - { is_two_facets_neighboring(pid, i, j); } + { return is_two_facets_neighboring(pid, i, j); } int