Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Castilla <manzanillawork@gmail.com>2021-07-06 17:15:03 +0300
committerManuel Castilla <manzanillawork@gmail.com>2021-07-06 19:04:37 +0300
commita070dd8bdd6e3765b005dc01ec08036fdda36360 (patch)
treee1e4ab79998725d138de7ce4944626bb17b52476 /source/blender/compositor/intern/COM_MultiThreadedOperation.h
parent1af722b819120312ac0e709635032005a31bcc28 (diff)
Cleanup: Set execution system as operations member in Compositor
Diffstat (limited to 'source/blender/compositor/intern/COM_MultiThreadedOperation.h')
-rw-r--r--source/blender/compositor/intern/COM_MultiThreadedOperation.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/blender/compositor/intern/COM_MultiThreadedOperation.h b/source/blender/compositor/intern/COM_MultiThreadedOperation.h
index ad09c4df089..a7e574ca745 100644
--- a/source/blender/compositor/intern/COM_MultiThreadedOperation.h
+++ b/source/blender/compositor/intern/COM_MultiThreadedOperation.h
@@ -64,8 +64,7 @@ class MultiThreadedOperation : public NodeOperation {
private:
void update_memory_buffer(MemoryBuffer *output,
const rcti &area,
- Span<MemoryBuffer *> inputs,
- ExecutionSystem &exec_system) override;
+ Span<MemoryBuffer *> inputs) override;
};
} // namespace blender::compositor