render: add default constructor to TimeRangeWithJob
This commit is contained in:
@@ -44,6 +44,7 @@ private:
|
||||
class TimeRangeWithJob : public TimeRange
|
||||
{
|
||||
public:
|
||||
TimeRangeWithJob() = default;
|
||||
TimeRangeWithJob(const TimeRange &range, const JobTime &job_time)
|
||||
{
|
||||
set_range(range.in(), range.out());
|
||||
|
||||
Reference in New Issue
Block a user