mirror of https://github.com/CGAL/cgal
warning
This commit is contained in:
parent
78199171ce
commit
6a87562b86
|
|
@ -404,7 +404,7 @@ struct Interval {
|
|||
Lambda<C> end;
|
||||
|
||||
Interval()
|
||||
: begin(1.), end(0.)
|
||||
: begin(1), end(0)
|
||||
{}
|
||||
|
||||
Interval(Lambda<C> const& begin, Lambda<C> const& end)
|
||||
|
|
|
|||
Loading…
Reference in New Issue