We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9c215b commit e744d3fCopy full SHA for e744d3f
1 file changed
src/factory/WFGraphTask.cc
@@ -95,7 +95,7 @@ WFGraphTask::~WFGraphTask()
95
{
96
if (this->parallel)
97
98
- for (SeriesWork* series : *this->parallel)
+ for (SeriesWork *series : *this->parallel)
99
series->unset_last_task();
100
101
this->parallel->dismiss();
0 commit comments