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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/compositor/intern/COM_WorkPackage.h b/source/blender/compositor/intern/COM_WorkPackage.h
index 3169a9dcc30..8bdf21499cf 100644
--- a/source/blender/compositor/intern/COM_WorkPackage.h
+++ b/source/blender/compositor/intern/COM_WorkPackage.h
@@ -36,7 +36,7 @@ private:
/**
* @brief executionGroup with the operations-setup to be evaluated
*/
- ExecutionGroup* executionGroup;
+ ExecutionGroup *executionGroup;
/**
* @brief number of the chunk to be executed
@@ -48,12 +48,12 @@ public:
* @param group the ExecutionGroup
* @param chunkNumber the number of the chunk
*/
- WorkPackage(ExecutionGroup* group, unsigned int chunkNumber);
+ WorkPackage(ExecutionGroup *group, unsigned int chunkNumber);
/**
* @brief get the ExecutionGroup
*/
- ExecutionGroup* getExecutionGroup() const {return this->executionGroup;}
+ ExecutionGroup *getExecutionGroup() const {return this->executionGroup;}
/**
* @brief get the number of the chunk