render: add default constructor to TimeRangeWithJob

This commit is contained in:
itsmattkc
2021-07-16 20:30:18 -07:00
parent 7a51e521a2
commit a341fb1a1a
+1
View File
@@ -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());