From 3d4a844a50744815d234c96dd72af675f478dbe1 Mon Sep 17 00:00:00 2001 From: Jeroen Bakker Date: Fri, 5 Mar 2021 15:25:05 +0100 Subject: Cleanup: ExecutionSystem::find_output_execution_groups. --- source/blender/compositor/intern/COM_ExecutionSystem.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source/blender/compositor/intern/COM_ExecutionSystem.h') diff --git a/source/blender/compositor/intern/COM_ExecutionSystem.h b/source/blender/compositor/intern/COM_ExecutionSystem.h index 8b69caf106f..dd68edd4793 100644 --- a/source/blender/compositor/intern/COM_ExecutionSystem.h +++ b/source/blender/compositor/intern/COM_ExecutionSystem.h @@ -137,8 +137,8 @@ class ExecutionSystem { /** * find all execution group with output nodes */ - void findOutputExecutionGroup(std::vector *result, - CompositorPriority priority) const; + blender::Vector find_output_execution_groups( + CompositorPriority priority) const; public: /** @@ -181,7 +181,7 @@ class ExecutionSystem { } private: - void executeGroups(CompositorPriority priority); + void execute_groups(CompositorPriority priority); /* allow the DebugInfo class to look at internals */ friend class DebugInfo; -- cgit v1.2.3