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:
Diffstat (limited to 'source/blender/compositor/intern/COM_WorkPackage.h')
-rw-r--r--source/blender/compositor/intern/COM_WorkPackage.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/compositor/intern/COM_WorkPackage.h b/source/blender/compositor/intern/COM_WorkPackage.h
index 20fca89aa4c..1fe50b9ecf3 100644
--- a/source/blender/compositor/intern/COM_WorkPackage.h
+++ b/source/blender/compositor/intern/COM_WorkPackage.h
@@ -24,7 +24,7 @@
#include "COM_Enums.h"
-#include "BLI_rect.h"
+#include "DNA_vec_types.h"
#include <functional>
#include <ostream>
@@ -43,7 +43,7 @@ struct WorkPackage {
eWorkPackageState state = eWorkPackageState::NotScheduled;
/**
- * \brief executionGroup with the operations-setup to be evaluated
+ * \brief execution_group with the operations-setup to be evaluated
*/
ExecutionGroup *execution_group;