Cleanup: Replaced Typedef Enum With Enum Class.

This commit is contained in:
2021-03-26 14:59:26 +01:00
parent f725f42af5
commit 9d80b3a69c
19 changed files with 52 additions and 54 deletions

View File

@@ -39,7 +39,7 @@ PreviewOperation::PreviewOperation(const ColorManagedViewSettings *viewSettings,
const unsigned int defaultHeight)
{
this->addInputSocket(DataType::Color, COM_SC_NO_RESIZE);
this->addInputSocket(DataType::Color, ResizeMode::None);
this->m_preview = nullptr;
this->m_outputBuffer = nullptr;
this->m_input = nullptr;