fix function signature

This commit is contained in:
Sébastien Loriot 2024-11-05 09:17:07 +01:00
parent 1709486fba
commit a831f0e855
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ typedef unspecified_type Construct_cartesian_const_iterator_d;
/*!
Function used to construct an object of type `Construct_cartesian_const_iterator_d`.
*/
Construct_cartesian_const_iterator_d construct_construct_cartesian_const_iterator_d_object(const Point_d& p) const;
Construct_cartesian_const_iterator_d construct_cartesian_const_iterator_d_object() const;
/// @}