fix for previous renderqueue extension

metadata
Wenzel Jakob 2013-12-03 15:47:11 +01:00
parent 6777864990
commit 065974cd83
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ public:
} }
/// Called when work has finished in a rectangular image region /// Called when work has finished in a rectangular image region
inline void workEndEvent(const RenderJob *job, const ImageBlock *wr) { inline void workEndEvent(const RenderJob *job, const ImageBlock *wr, bool cancelled) {
emit workEnd(job, wr); emit workEnd(job, wr);
} }