Cleanup: Add namespace to compositor.
This commit is contained in:
@@ -18,8 +18,12 @@
|
||||
|
||||
#include "COM_WorkPackage.h"
|
||||
|
||||
namespace blender::compositor {
|
||||
|
||||
WorkPackage::WorkPackage(ExecutionGroup *execution_group, unsigned int chunk_number)
|
||||
{
|
||||
this->execution_group = execution_group;
|
||||
this->chunk_number = chunk_number;
|
||||
}
|
||||
|
||||
} // namespace blender::compositor
|
||||
|
||||
Reference in New Issue
Block a user