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