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_CombineYUVANode.h')
-rw-r--r--source/blender/compositor/nodes/COM_CombineYUVANode.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/compositor/nodes/COM_CombineYUVANode.h b/source/blender/compositor/nodes/COM_CombineYUVANode.h
index 7d2f9cddf7e..1eae44c83a5 100644
--- a/source/blender/compositor/nodes/COM_CombineYUVANode.h
+++ b/source/blender/compositor/nodes/COM_CombineYUVANode.h
@@ -26,9 +26,9 @@
#include "DNA_node_types.h"
#include "COM_CombineRGBANode.h"
/**
- * @brief CombineYUVANode
- * @ingroup Node
- */
+ * @brief CombineYUVANode
+ * @ingroup Node
+ */
class CombineYUVANode : public CombineRGBANode {
public:
CombineYUVANode(bNode *editorNode);