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_ConvertAlphaNode.h')
-rw-r--r--source/blender/compositor/nodes/COM_ConvertAlphaNode.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/source/blender/compositor/nodes/COM_ConvertAlphaNode.h b/source/blender/compositor/nodes/COM_ConvertAlphaNode.h
index 2e3fe743f4e..d9077c23a02 100644
--- a/source/blender/compositor/nodes/COM_ConvertAlphaNode.h
+++ b/source/blender/compositor/nodes/COM_ConvertAlphaNode.h
@@ -25,13 +25,13 @@
#include "COM_Node.h"
/**
- * @brief ConvertAlphaNode
- * @ingroup Node
- */
-class ConvertAlphaNode: public Node {
+ * @brief ConvertAlphaNode
+ * @ingroup Node
+ */
+class ConvertAlphaNode : public Node {
public:
- ConvertAlphaNode(bNode *editorNode) :Node(editorNode) {}
- void convertToOperations(ExecutionSystem *graph, CompositorContext * context);
+ ConvertAlphaNode(bNode *editorNode) : Node(editorNode) {}
+ void convertToOperations(ExecutionSystem *graph, CompositorContext *context);
};
#endif