Skip to content

Commit e744d3f

Browse files
authored
Update WFGraphTask.cc
1 parent d9c215b commit e744d3f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/factory/WFGraphTask.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ WFGraphTask::~WFGraphTask()
9595
{
9696
if (this->parallel)
9797
{
98-
for (SeriesWork* series : *this->parallel)
98+
for (SeriesWork *series : *this->parallel)
9999
series->unset_last_task();
100100

101101
this->parallel->dismiss();

0 commit comments

Comments
 (0)