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_MuteNode.h')
-rw-r--r--source/blender/compositor/nodes/COM_MuteNode.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/compositor/nodes/COM_MuteNode.h b/source/blender/compositor/nodes/COM_MuteNode.h
index c2d1f283c62..2dfc786ef2b 100644
--- a/source/blender/compositor/nodes/COM_MuteNode.h
+++ b/source/blender/compositor/nodes/COM_MuteNode.h
@@ -32,9 +32,9 @@
class MuteNode: public Node {
public:
MuteNode(bNode *editorNode);
- void convertToOperations(ExecutionSystem* graph, CompositorContext * context);
+ void convertToOperations(ExecutionSystem *graph, CompositorContext * context);
private:
- void reconnect(ExecutionSystem* graph, OutputSocket * output);
+ void reconnect(ExecutionSystem *graph, OutputSocket * output);
};
#endif