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/nodes/COM_BokehImageNode.h')
-rw-r--r--source/blender/compositor/nodes/COM_BokehImageNode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/compositor/nodes/COM_BokehImageNode.h b/source/blender/compositor/nodes/COM_BokehImageNode.h
index f3322077c47..d4fabf0e516 100644
--- a/source/blender/compositor/nodes/COM_BokehImageNode.h
+++ b/source/blender/compositor/nodes/COM_BokehImageNode.h
@@ -32,7 +32,7 @@
class BokehImageNode: public Node {
public:
BokehImageNode(bNode *editorNode);
- void convertToOperations(ExecutionSystem* graph, CompositorContext * context);
+ void convertToOperations(ExecutionSystem *graph, CompositorContext * context);
};
#endif