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_CompositorContext.h')
-rw-r--r--source/blender/compositor/intern/COM_CompositorContext.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/source/blender/compositor/intern/COM_CompositorContext.h b/source/blender/compositor/intern/COM_CompositorContext.h
index dc5b248f777..2889f43290e 100644
--- a/source/blender/compositor/intern/COM_CompositorContext.h
+++ b/source/blender/compositor/intern/COM_CompositorContext.h
@@ -55,14 +55,14 @@ private:
* This field is initialized in ExecutionSystem and must only be read from that point on.
* @see ExecutionSystem
*/
- Scene* scene;
+ Scene *scene;
/**
* @brief reference to the bNodeTree
* This field is initialized in ExecutionSystem and must only be read from that point on.
* @see ExecutionSystem
*/
- bNodeTree* bnodetree;
+ bNodeTree *bnodetree;
/**
* @brief does this system have active opencl devices?
@@ -88,12 +88,12 @@ public:
/**
* @brief set the scene of the context
*/
- void setScene(Scene* scene) {this->scene = scene;}
+ void setScene(Scene *scene) {this->scene = scene;}
/**
* @brief set the bnodetree of the context
*/
- void setbNodeTree(bNodeTree* bnodetree) {this->bnodetree = bnodetree;}
+ void setbNodeTree(bNodeTree *bnodetree) {this->bnodetree = bnodetree;}
/**
* @brief get the bnodetree of the context
@@ -103,7 +103,7 @@ public:
/**
* @brief get the scene of the context
*/
- const Scene* getScene() const {return this->scene;}
+ const Scene *getScene() const {return this->scene;}
/**
* @brief set the quality