mirror of https://github.com/CGAL/cgal
Fix funny copy paste bug
This commit is contained in:
parent
18ec7539f7
commit
389dc5f861
|
|
@ -53,7 +53,7 @@ Constructor that inserts the iterator range `[first, last)` in the interval skip
|
||||||
\pre The `value_type` of `first` and `last` is `Interval`.
|
\pre The `value_type` of `first` and `last` is `Interval`.
|
||||||
*/
|
*/
|
||||||
template < class InputIterator >
|
template < class InputIterator >
|
||||||
Alpha_shape_2(
|
Interval_skip_list(
|
||||||
InputIterator first,
|
InputIterator first,
|
||||||
InputIterator last);
|
InputIterator last);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue