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/operations/COM_GlareThresholdOperation.cc')
-rw-r--r--source/blender/compositor/operations/COM_GlareThresholdOperation.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/compositor/operations/COM_GlareThresholdOperation.cc b/source/blender/compositor/operations/COM_GlareThresholdOperation.cc
index cfa4b99cd70..984b433469a 100644
--- a/source/blender/compositor/operations/COM_GlareThresholdOperation.cc
+++ b/source/blender/compositor/operations/COM_GlareThresholdOperation.cc
@@ -23,8 +23,8 @@
GlareThresholdOperation::GlareThresholdOperation()
{
- this->addInputSocket(COM_DT_COLOR, COM_SC_FIT);
- this->addOutputSocket(COM_DT_COLOR);
+ this->addInputSocket(DataType::Color, COM_SC_FIT);
+ this->addOutputSocket(DataType::Color);
this->m_inputProgram = nullptr;
}