This commit is contained in:
Andreas Fabri 2025-03-04 06:43:20 +00:00
parent 78199171ce
commit 6a87562b86
1 changed files with 1 additions and 1 deletions

View File

@ -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)