Drop bad const& in documentation (#8997)

## Summary of Changes

There is no const & in the actual code

## Release Management

* Affected package(s): `Triangulation_3`
* Issue(s) solved (if any): fix #8996
* Feature/Small Feature (if any): -
* License and copyright ownership: no change
This commit is contained in:
Sebastien Loriot 2025-07-31 15:02:36 +02:00 committed by GitHub
commit 29c57626a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ circumcenter is not supposed to be computed
by the constructor `Construct_weighted_circumcenter_3` of the traits
class, hence the returned point has no weight.
*/
const Point_3& weighted_circumcenter(const Traits& gt = Traits()) const;
Point_3 weighted_circumcenter(const Traits& gt = Traits()) const;
/// @}