mirror of https://github.com/CGAL/cgal
fix function signature
This commit is contained in:
parent
1709486fba
commit
a831f0e855
|
|
@ -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`.
|
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;
|
||||||
|
|
||||||
/// @}
|
/// @}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue