Cleanup: Use enum class for DataType.
This commit is contained in:
@@ -21,8 +21,8 @@
|
||||
|
||||
ChannelMatteOperation::ChannelMatteOperation()
|
||||
{
|
||||
addInputSocket(COM_DT_COLOR);
|
||||
addOutputSocket(COM_DT_VALUE);
|
||||
addInputSocket(DataType::Color);
|
||||
addOutputSocket(DataType::Value);
|
||||
|
||||
this->m_inputImageProgram = nullptr;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user