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_ExecutionSystem.h')
-rw-r--r--source/blender/compositor/intern/COM_ExecutionSystem.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/source/blender/compositor/intern/COM_ExecutionSystem.h b/source/blender/compositor/intern/COM_ExecutionSystem.h
index 7d0830491f3..85fec8b6145 100644
--- a/source/blender/compositor/intern/COM_ExecutionSystem.h
+++ b/source/blender/compositor/intern/COM_ExecutionSystem.h
@@ -135,7 +135,7 @@ private: //methods
* @brief add ReadBufferOperation and WriteBufferOperation around an operation
* @param operation the operation to add the bufferoperations around.
*/
- void addReadWriteBufferOperations(NodeOperation* operation);
+ void addReadWriteBufferOperations(NodeOperation *operation);
/**
@@ -151,7 +151,7 @@ public:
* @param editingtree [bNodeTree*]
* @param rendering [true false]
*/
- ExecutionSystem(bNodeTree* editingtree, bool rendering);
+ ExecutionSystem(bNodeTree *editingtree, bool rendering);
/**
* Destructor
@@ -172,14 +172,14 @@ public:
*
* @param operation the operation to add
*/
- void addOperation(NodeOperation* operation);
+ void addOperation(NodeOperation *operation);
/**
* Add an editor link to the system. convert it to an socketconnection (CPP-representative)
* this converted socket is returned.
*/
- SocketConnection* addNodeLink(bNodeLink* bNodeLink);
- void addSocketConnection(SocketConnection* connection);
+ SocketConnection *addNodeLink(bNodeLink *bNodeLink);
+ void addSocketConnection(SocketConnection *connection);
/**
* @brief Convert all nodes to operations