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_KeyingSetAlphaOperation.cpp')
-rw-r--r--source/blender/compositor/operations/COM_KeyingSetAlphaOperation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/compositor/operations/COM_KeyingSetAlphaOperation.cpp b/source/blender/compositor/operations/COM_KeyingSetAlphaOperation.cpp
index dff88d49e80..8e501838d7b 100644
--- a/source/blender/compositor/operations/COM_KeyingSetAlphaOperation.cpp
+++ b/source/blender/compositor/operations/COM_KeyingSetAlphaOperation.cpp
@@ -18,7 +18,7 @@
#include "COM_KeyingSetAlphaOperation.h"
-KeyingSetAlphaOperation::KeyingSetAlphaOperation() : NodeOperation()
+KeyingSetAlphaOperation::KeyingSetAlphaOperation()
{
this->addInputSocket(COM_DT_COLOR);
this->addInputSocket(COM_DT_VALUE);