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:
authorLukas Toenne <lukas.toenne@googlemail.com>2013-09-05 17:32:14 +0400
committerLukas Toenne <lukas.toenne@googlemail.com>2013-09-05 17:32:14 +0400
commit028371c174189278dd30e3c7f5a2b4a50910fd77 (patch)
tree4e6c263d404f8520570fb2c884192bd928db2f01 /source/blender/compositor/nodes/COM_ColorToBWNode.cpp
parentbed447b244ac949807baa27b61d00d45b547e5c9 (diff)
Compositor cleanup: Merge conversion operations into a single file (see also r59820).
Most convert operations can share a common base class with a single socket reader (except channel separate/combine nodes).
Diffstat (limited to 'source/blender/compositor/nodes/COM_ColorToBWNode.cpp')
-rw-r--r--source/blender/compositor/nodes/COM_ColorToBWNode.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/compositor/nodes/COM_ColorToBWNode.cpp b/source/blender/compositor/nodes/COM_ColorToBWNode.cpp
index 511fdf09f41..07be93dab86 100644
--- a/source/blender/compositor/nodes/COM_ColorToBWNode.cpp
+++ b/source/blender/compositor/nodes/COM_ColorToBWNode.cpp
@@ -22,7 +22,7 @@
#include "COM_ColorToBWNode.h"
-#include "COM_ConvertColorToBWOperation.h"
+#include "COM_ConvertOperation.h"
#include "COM_ExecutionSystem.h"
ColorToBWNode::ColorToBWNode(bNode *editorNode) : Node(editorNode)