Skip to content

Commit 29a1186

Browse files
authored
Update Workflow.h
1 parent 3a72fd5 commit 29a1186

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/factory/Workflow.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ class ParallelWork : public ParallelTask
262262
SeriesWork *end() { return this->all_series + this->subtasks_nr;}
263263

264264
const SeriesWork *begin() const { return this->series_at(0);}
265-
ccons SeriesWork *end() const { return this->all_series + this->subtasks_nr;}
265+
const SeriesWork *end() const { return this->all_series + this->subtasks_nr;}
266266

267267
public:
268268
void set_callback(parallel_callback_t callback)

0 commit comments

Comments
 (0)